Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java52 void setUserLockedChild(View v, boolean userLocked); in setUserLockedChild() method
552 mCallback.setUserLockedChild(v, true); in startExpanding()
630 mCallback.setUserLockedChild(scaledView, false); in finishExpanding()
650 mCallback.setUserLockedChild(mResizedView, false); in finishExpanding()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt864 expandCallback.setUserLockedChild(startingChild, false)
885 expandCallback.setUserLockedChild(startingChild, true)
919 expandCallback.setUserLockedChild(child, false)
931 expandCallback.setUserLockedChild(child, false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java6345 public void setUserLockedChild(View v, boolean userLocked) {