Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java45 void setUserExpandedChild(View v, boolean userExpanded); in setUserExpandedChild() method
582 mCallback.setUserExpandedChild(scaledView, expand); in finishExpanding()
605 mCallback.setUserExpandedChild(mResizedView, nowExpanded); in finishExpanding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1116 public void setUserExpandedChild(View v, boolean userExpanded) { in setUserExpandedChild() method in NotificationStackScrollLayout