Searched refs:isHandlingGestures (Results 1 – 2 of 2) sorted by relevance
385 boolean wasBackAllowed = isHandlingGestures(); in onNavigationSettingsChanged()387 if (wasBackAllowed != isHandlingGestures()) { in onNavigationSettingsChanged()528 public boolean isHandlingGestures() { in isHandlingGestures() method in EdgeBackGestureHandler
264 if (!mEdgeBackGestureHandler.isHandlingGestures()) {733 boolean disableBack = !useAltBack && (mEdgeBackGestureHandler.isHandlingGestures() in updateNavButtonIcons()