Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java269 private View mTranslatingParentView; field in NotificationStackScrollLayout
497 if (mTranslatingParentView != null && row == mTranslatingParentView) { in onMenuReset()
499 mTranslatingParentView = null; in onMenuReset()
505 mMenuExposedView = mTranslatingParentView; in onMenuShown()
2764 if (child == mTranslatingParentView) {
2765 mTranslatingParentView = null;
4672 mTranslatingParentView = currView;
4742 if (mMenuExposedView != null && mMenuExposedView == mTranslatingParentView) {
4810 && mTranslatingParentView != null) {
4812 view = mTranslatingParentView;
[all …]