Searched refs:setInteracting (Results 1 – 9 of 9) sorted by relevance
1041 verify(centralSurfaces).setInteracting(StatusBarManager.WINDOW_STATUS_BAR, true) in <lambda>()1048 verify(centralSurfaces, never()).setInteracting(anyInt(), anyBoolean()) in <lambda>()1051 verify(centralSurfaces, never()).setInteracting(anyInt(), anyBoolean()) in <lambda>()1055 .setInteracting( in <lambda>()1067 verify(centralSurfaces, never()).setInteracting(anyInt(), anyBoolean()) in <lambda>()1070 verify(centralSurfaces, never()).setInteracting(anyInt(), anyBoolean()) in <lambda>()1074 .setInteracting( in <lambda>()1086 verify(centralSurfaces, never()).setInteracting(anyInt(), anyBoolean()) in <lambda>()1089 verify(centralSurfaces, never()).setInteracting(anyInt(), anyBoolean()) in <lambda>()1093 .setInteracting( in <lambda>()[all …]
214 verify(centralSurfacesImpl, never()).setInteracting(any(), any()) in onTouch_windowHidden_centralSurfacesNotNotified()224 verify(centralSurfacesImpl, never()).setInteracting(any(), any()) in onTouch_windowHiding_centralSurfacesNotNotified()234 verify(centralSurfacesImpl).setInteracting(any(), any()) in onTouch_windowShowing_centralSurfacesNotified()
47 override fun setInteracting(barWindow: Int, interacting: Boolean) {} in setInteracting() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
217 void setInteracting(int barWindow, boolean interacting); in setInteracting() method
174 centralSurfaces.setInteracting( in <lambda>()
456 mCentralSurfaces.setInteracting(StatusBarManager.WINDOW_NAVIGATION_BAR, running); in onRecentsAnimationStateChanged()
1107 setInteracting(StatusBarManager.WINDOW_STATUS_BAR, true); in initShadeVisibilityListener()1635 setInteracting(StatusBarManager.WINDOW_STATUS_BAR, false); in onExpandedInvisible()1726 public void setInteracting(int barWindow, boolean interacting) { in setInteracting() method
617 centralSurfaces?.setInteracting( in <lambda>()
587 mService.setInteracting(StatusBarManager.WINDOW_STATUS_BAR, false); in setupExpandedStatusBar()