Searched refs:KEY_SYSTEM_NAV_GESTURAL (Results 1 – 2 of 2) sorted by relevance
63 static final String KEY_SYSTEM_NAV_GESTURAL = "system_nav_gestural"; field in SystemNavigationGestureSettings126 if (info.getKey() == KEY_SYSTEM_NAV_GESTURAL) { in bindPreferenceExtra()147 KEY_SYSTEM_NAV_GESTURAL, true /* enabled */)); in getCandidates()193 setCurrentSystemNavigationMode(overlayManager, KEY_SYSTEM_NAV_GESTURAL); in migrateOverlaySensitivityToSettings()204 return KEY_SYSTEM_NAV_GESTURAL; in getCurrentSystemNavigationMode()216 case KEY_SYSTEM_NAV_GESTURAL: in setCurrentSystemNavigationMode()237 case KEY_SYSTEM_NAV_GESTURAL: in setIllustrationVideo()
29 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()