Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionController.kt668 expandCallback.setUserLockedChild(startingChild, false) in onTouchEvent()
689 expandCallback.setUserLockedChild(startingChild, true) in captureStartingChild()
719 expandCallback.setUserLockedChild(child, false) in cancelChildExpansion()
728 expandCallback.setUserLockedChild(child, false) in cancelChildExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java46 void setUserLockedChild(View v, boolean userLocked); in setUserLockedChild() method
532 mCallback.setUserLockedChild(v, true); in startExpanding()
609 mCallback.setUserLockedChild(scaledView, false); in finishExpanding()
626 mCallback.setUserLockedChild(mResizedView, false); in finishExpanding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6033 public void setUserLockedChild(View v, boolean userLocked) {