Home
last modified time | relevance | path

Searched refs:setInteracting (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartableTest.kt1041 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 …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt214 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt47 override fun setInteracting(barWindow: Int, interacting: Boolean) {} in setInteracting() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java217 void setInteracting(int barWindow, boolean interacting); in setInteracting() method
DPhoneStatusBarViewController.kt174 centralSurfaces.setInteracting( in <lambda>()
DCentralSurfacesCommandQueueCallbacks.java456 mCentralSurfaces.setInteracting(StatusBarManager.WINDOW_NAVIGATION_BAR, running); in onRecentsAnimationStateChanged()
DCentralSurfacesImpl.java1107 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartable.kt617 centralSurfaces?.setInteracting( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java587 mService.setInteracting(StatusBarManager.WINDOW_STATUS_BAR, false); in setupExpandedStatusBar()