Home
last modified time | relevance | path

Searched refs:setTouchAndAnimationDisabled (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeSurface.kt77 fun setTouchAndAnimationDisabled(disabled: Boolean) regex
H A DNotificationPanelViewController.java3110 public void setTouchAndAnimationDisabled(boolean disabled) { in setTouchAndAnimationDisabled() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java1257 verify(mNotificationPanelViewController).setTouchAndAnimationDisabled(true); in frpLockedDevice_shadeDisabled()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java2990 mShadeSurface.setTouchAndAnimationDisabled(disabled); in updateNotificationPanelTouchState()