Home
last modified time | relevance | path

Searched refs:handleNavigationModeChange (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleBehaviorController.java118 .addListener(this::handleNavigationModeChange)); in AssistHandleBehaviorController()
256 private void handleNavigationModeChange(int navigationMode) { in handleNavigationModeChange() method in AssistHandleBehaviorController
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java158 .addListener(this::handleNavigationModeChange)); in start()
162 void handleNavigationModeChange(int navigationMode) { in handleNavigationModeChange() method in ScreenDecorations
164 mHandler.post(() -> handleNavigationModeChange(navigationMode)); in handleNavigationModeChange()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java256 mScreenDecorations.handleNavigationModeChange( in testDelayedAssistHandles()