Searched refs:getContentView (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationOverflowContainer.java66 protected View getContentView() { method in class:NotificationOverflowContainer
H A DNotificationData.java85 public View getContentView() { method in class:NotificationData.Entry
282 if (e.getContentView() != null) { // the view successfully inflated
H A DActivatableNotificationView.java659 View contentView = getContentView();
671 protected abstract View getContentView(); method in class:ActivatableNotificationView
H A DBaseStatusBar.java819 if (entry.getContentView().getId()
1927 + " expanded=" + oldEntry.getContentView()
1959 boolean contentsUnchanged = entry.getContentView() != null
1999 contentView.reapply(mContext, entry.getContentView(), mOnClickHandler);
H A DExpandableNotificationRow.java859 protected View getContentView() { method in class:ExpandableNotificationRow
/frameworks/base/core/java/android/widget/
H A DTabHost.java388 mCurrentView = spec.mContentStrategy.getContentView();
549 View getContentView(); method in interface:TabHost.ContentStrategy
668 public View getContentView() { method in class:TabHost.ViewIdContentStrategy
691 public View getContentView() { method in class:TabHost.FactoryContentStrategy
720 public View getContentView() { method in class:TabHost.IntentContentStrategy
H A DListPopupWindow.java1154 dropDownView = (ViewGroup) mPopup.getContentView();
1837 !isInputMethodNotNeeded() && mPopup.getContentView() != null) {
H A DPopupWindow.java488 public View getContentView() { method in class:PopupWindow
500 * @see #getContentView()
H A DEditor.java441 TextView tv = (TextView) mErrorPopup.getContentView();
730 TextView tv = (TextView) mErrorPopup.getContentView();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1144 dropDownView = (ViewGroup) mPopup.getContentView();
1759 !isInputMethodNotNeeded() && mPopup.getContentView() != null) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java149 public View getContentView() { method in class:GuidedActionsStylist.ViewHolder
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java990 ViewTreeObserver viewTreeObserver = mPopupWindow.getContentView()

Completed in 199 milliseconds