Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeSurface.kt62 fun stopWaitingForExpandGesture(cancel: Boolean, velocity: Float) regex
H A DNotificationPanelViewController.java2232 public void stopWaitingForExpandGesture(boolean cancel, final float velocity) { in stopWaitingForExpandGesture() method in NotificationPanelViewController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java1798 mShadeSurface.stopWaitingForExpandGesture(cancel, velocity); in onInputFocusTransfer()