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();
}
Aggregations