Home
last modified time | relevance | path

Searched refs:KEY_SYSTEM_NAV_GESTURAL (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/gestures/
DSystemNavigationGestureSettings.java72 static final String KEY_SYSTEM_NAV_GESTURAL = "system_nav_gestural"; field in SystemNavigationGestureSettings
142 if (info.getKey() == KEY_SYSTEM_NAV_GESTURAL) { in bindPreferenceExtra()
166 KEY_SYSTEM_NAV_GESTURAL, true /* enabled */)); in getCandidates()
195 if (TextUtils.equals(KEY_SYSTEM_NAV_GESTURAL, key) && ( in setDefaultKey()
217 setCurrentSystemNavigationMode(overlayManager, KEY_SYSTEM_NAV_GESTURAL); in migrateOverlaySensitivityToSettings()
228 return KEY_SYSTEM_NAV_GESTURAL; in getCurrentSystemNavigationMode()
240 case KEY_SYSTEM_NAV_GESTURAL: in setCurrentSystemNavigationMode()
261 case KEY_SYSTEM_NAV_GESTURAL: in setIllustrationVideo()
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DSystemNavigationGestureSettingsTest.java29 import static com.android.settings.gestures.SystemNavigationGestureSettings.KEY_SYSTEM_NAV_GESTURAL;
100 assertEquals(KEY_SYSTEM_NAV_GESTURAL, mSettings.getCurrentSystemNavigationMode(mContext)); in testGetCurrentSystemNavigationMode()
113 mSettings.setCurrentSystemNavigationMode(mOverlayManager, KEY_SYSTEM_NAV_GESTURAL); in testSetCurrentSystemNavigationMode()