Search in sources :

Example 1 with FilterFactory

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();
}
Also used : KeyValueMap(android.filterfw.core.KeyValueMap) FilterFactory(android.filterfw.core.FilterFactory)

Example 2 with 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();
}
Also used : KeyValueMap(android.filterfw.core.KeyValueMap) FilterFactory(android.filterfw.core.FilterFactory)

Example 3 with 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();
}
Also used : KeyValueMap(android.filterfw.core.KeyValueMap) FilterFactory(android.filterfw.core.FilterFactory)

Example 4 with 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();
}
Also used : KeyValueMap(android.filterfw.core.KeyValueMap) FilterFactory(android.filterfw.core.FilterFactory)

Example 5 with 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();
}
Also used : KeyValueMap(android.filterfw.core.KeyValueMap) FilterFactory(android.filterfw.core.FilterFactory)

Aggregations

FilterFactory (android.filterfw.core.FilterFactory)6 KeyValueMap (android.filterfw.core.KeyValueMap)6