Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java270 private View mMenuExposedView; field in NotificationStackScrollLayout
498 mMenuExposedView = null; in onMenuReset()
505 mMenuExposedView = mTranslatingParentView; in onMenuShown()
1216 || mMenuExposedView == parent
4742 if (mMenuExposedView != null && mMenuExposedView == mTranslatingParentView) {
4743 mMenuExposedView = null;
4824 if (mMenuExposedView == null
4825 || (!force && mMenuExposedView == mTranslatingParentView)) {
4829 final View prevMenuExposedView = mMenuExposedView;
4836 } else if (mMenuExposedView instanceof ExpandableNotificationRow) {
[all …]