Home
last modified time | relevance | path

Searched refs:setIsLeftPanel (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DNavigationEdgeBackPlugin.java37 void setIsLeftPanel(boolean isLeftPanel); in setIsLeftPanel() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/
H A DBackPanelControllerTest.kt84 mBackPanelController.setIsLeftPanel(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java1030 mEdgeBackPlugin.setIsLeftPanel(mIsOnLeftEdge); in onMotionEvent()
1074 mEdgeBackPlugin.setIsLeftPanel(mIsOnLeftEdge); in onMotionEvent()
H A DNavigationBarEdgePanel.java410 public void setIsLeftPanel(boolean isLeftPanel) { in setIsLeftPanel() method in NavigationBarEdgePanel
H A DBackPanelController.kt655 override fun setIsLeftPanel(isLeftPanel: Boolean) {