Searched refs:mGutsContent (Results 1 – 2 of 2) sorted by relevance
62 private GutsContent mGutsContent; field in NotificationGuts183 mGutsContent = content; in setGutsContent()185 addView(mGutsContent.getContentView()); in setGutsContent()189 return mGutsContent; in getGutsContent()264 if (mGutsContent != null) { in closeControls()265 if ((mGutsContent.isLeavebehind() && leavebehinds) in closeControls()266 || (!mGutsContent.isLeavebehind() && controls)) { in closeControls()267 closeControls(x, y, mGutsContent.shouldBeSaved(), force); in closeControls()309 if (mGutsContent == null in closeControls()310 || !mGutsContent.handleCloseControls(save, force) in closeControls()[all …]
782 GutsContent mGutsContent; field in NotificationMenuRow.NotificationMenuItem804 mGutsContent = content; in NotificationMenuItem()815 return mGutsContent.getContentView(); in getGutsView()