Search in sources :

Example 6 with FilterFactory

use of android.filterfw.core.FilterFactory in project platform_frameworks_base by android.

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