Searched refs:mNotifRow (Results 1 – 1 of 1) sorted by relevance
74 private ExpandableNotificationRow mNotifRow; field in BubbleExpandedView301 ViewGroup parent = (ViewGroup) mNotifRow.getParent(); in populateExpandedView()307 parent.removeView(mNotifRow); in populateExpandedView()309 addView(mNotifRow, 1 /* index */); in populateExpandedView()331 if (mNotifRow != null) { in updateExpandedView()333 removeView(mNotifRow); in updateExpandedView()334 mNotifRow = null; in updateExpandedView()340 mNotifRow = mEntry.getRow(); in updateExpandedView()389 mBubbleHeight = mNotifRow != null ? mNotifRow.getIntrinsicHeight() : mMinHeight; in updateHeight()429 } else if (mNotifRow != null) { in updateView()[all …]