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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowDoubleTwistPreferenceController.java 16 public static boolean isGestureAvailable(Context context) {
  /packages/apps/Settings/src/com/android/settings/gestures/
SwipeToNotificationPreferenceController.java 42 return !isGestureAvailable(context)
47 private static boolean isGestureAvailable(Context context) {
89 return isGestureAvailable(context);
DoubleTapPowerPreferenceController.java 51 return !isGestureAvailable(context)
55 private static boolean isGestureAvailable(Context context) {
62 return isGestureAvailable(mContext) ? AVAILABLE : UNSUPPORTED_ON_DEVICE;
SwipeUpPreferenceController.java 44 static boolean isGestureAvailable(Context context) {
62 return isGestureAvailable(mContext) ? AVAILABLE : UNSUPPORTED_ON_DEVICE;
DoubleTwistPreferenceController.java 49 return !isGestureAvailable(context)
53 public static boolean isGestureAvailable(Context context) {
71 return isGestureAvailable(mContext) ? AVAILABLE : UNSUPPORTED_ON_DEVICE;

Completed in 129 milliseconds