use of android.filterfw.core.FilterFactory in project android_frameworks_base by ParanoidAndroid.
the class TextGraphReader method reset.
private void reset() {
mCurrentGraph = null;
mCurrentFilter = null;
mCommands.clear();
mBoundReferences = new KeyValueMap();
mSettings = new KeyValueMap();
mFactory = new FilterFactory();
}
use of android.filterfw.core.FilterFactory in project android_frameworks_base by DirtyUnicorns.
the class TextGraphReader method reset.
private void reset() {
mCurrentGraph = null;
mCurrentFilter = null;
mCommands.clear();
mBoundReferences = new KeyValueMap();
mSettings = new KeyValueMap();
mFactory = new FilterFactory();
}
use of android.filterfw.core.FilterFactory in project android_frameworks_base by AOSPA.
the class TextGraphReader method reset.
private void reset() {
mCurrentGraph = null;
mCurrentFilter = null;
mCommands.clear();
mBoundReferences = new KeyValueMap();
mSettings = new KeyValueMap();
mFactory = new FilterFactory();
}
use of android.filterfw.core.FilterFactory in project android_frameworks_base by ResurrectionRemix.
the class TextGraphReader method reset.
private void reset() {
mCurrentGraph = null;
mCurrentFilter = null;
mCommands.clear();
mBoundReferences = new KeyValueMap();
mSettings = new KeyValueMap();
mFactory = new FilterFactory();
}
use of android.filterfw.core.FilterFactory in project android_frameworks_base by crdroidandroid.
the class TextGraphReader method reset.
private void reset() {
mCurrentGraph = null;
mCurrentFilter = null;
mCommands.clear();
mBoundReferences = new KeyValueMap();
mSettings = new KeyValueMap();
mFactory = new FilterFactory();
}
Aggregations