Searched refs:mContractedChild (Results 1 – 1 of 1) sorted by relevance
48 private View mContractedChild; field in NotificationContentView93 if (mContractedChild != null) { in reset()94 mContractedChild.animate().cancel(); in reset()100 mContractedChild = null; in reset()110 return mContractedChild; in getContractedChild()118 if (mContractedChild != null) { in setContractedChild()119 mContractedChild.animate().cancel(); in setContractedChild()120 removeView(mContractedChild); in setContractedChild()124 mContractedChild = child; in setContractedChild()195 if (mContractedChild == null) { in selectLayout()[all …]