Home
last modified time | relevance | path

Searched refs:setUserExpandedChild (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java51 void setUserExpandedChild(View v, boolean userExpanded); in setUserExpandedChild() method
623 mCallback.setUserExpandedChild(scaledView, expand); in finishExpanding()
649 mCallback.setUserExpandedChild(mResizedView, nowExpanded); in finishExpanding()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java6316 public void setUserExpandedChild(View v, boolean userExpanded) {