Searched refs:mExpandedChild (Results 1 – 1 of 1) sorted by relevance
49 private View mExpandedChild; field in NotificationContentView96 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 …]