Searched refs:mOrientationStyle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DGestureStore.java80 private int mOrientationStyle = ORIENTATION_SENSITIVE; field in class:GestureStore
100 mOrientationStyle = style;
104 return mOrientationStyle;
138 mOrientationStyle, gesture, null);
139 return mClassifier.classify(mSequenceType, mOrientationStyle, instance.vector);
159 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, entryName));
325 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, name));

Completed in 139 milliseconds