Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java46 void setUserExpandedChild(View v, boolean userExpanded); in setUserExpandedChild() method
458 mCallback.setUserExpandedChild(mResizedView, expanded); in onTouchEvent()
544 mCallback.setUserExpandedChild(mResizedView, targetHeight == mNaturalHeight); in finishExpanding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java353 public void setUserExpandedChild(View v, boolean userExpanded) { in setUserExpandedChild() method in HeadsUpNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java659 public void setUserExpandedChild(View v, boolean userExpanded) { in setUserExpandedChild() method in NotificationStackScrollLayout