Home
last modified time | relevance | path

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

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