Searched refs:mGutsContent (Results 1 – 2 of 2) sorted by relevance
60 private GutsContent mGutsContent; field in NotificationGuts178 mGutsContent = content; in setGutsContent()180 addView(mGutsContent.getContentView()); in setGutsContent()184 return mGutsContent; in getGutsContent()259 if (mGutsContent != null) { in closeControls()300 if (mGutsContent == null in closeControls()374 mGutsContent.onFinishedClosing(); in animateClose()388 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight(); in getIntrinsicHeight()441 return mGutsContent != null ? mGutsContent.willBeRemoved() : false; in willBeRemoved()449 return mGutsContent != null && mGutsContent.isLeavebehind(); in isLeavebehind()[all …]
794 GutsContent mGutsContent; field in NotificationMenuRow.NotificationMenuItem816 mGutsContent = content; in NotificationMenuItem()827 return mGutsContent.getContentView(); in getGutsView()