Searched refs:mExpandedChild (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java49 private View mExpandedChild; field in class:NotificationContentView
96 if (mExpandedChild != null) {
97 mExpandedChild.animate().cancel();
101 mExpandedChild = null;
114 return mExpandedChild;
131 if (mExpandedChild != null) {
132 mExpandedChild.animate().cancel();
133 removeView(mExpandedChild);
136 mExpandedChild = child;
200 if (animate && mExpandedChild !
[all...]

Completed in 5 milliseconds