HomeSort by relevance Sort by last modified time
    Searched defs:mGestureStrokeType (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 81 private int mGestureStrokeType = GESTURE_STROKE_TYPE_SINGLE;
158 mGestureStrokeType = a.getInt(R.styleable.GestureOverlayView_gestureStrokeType,
159 mGestureStrokeType);
237 return mGestureStrokeType;
241 mGestureStrokeType = gestureStrokeType;
444 } else if (mGestureStrokeType == GESTURE_STROKE_TYPE_MULTIPLE) {
567 if (mGestureStrokeType == GESTURE_STROKE_TYPE_SINGLE || mResetGesture) {
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 56 milliseconds