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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompat.java108 boolean hasContentView = b.getContentView() != null;
125 b.getContentView());
232 && b.getContentView() != null;
240 b.getContentView());
256 : b.getContentView();
275 if (b.getContentView() == null) {
285 b.getContentView());
293 RemoteViews innerView = bigContentView != null ? bigContentView : b.getContentView();
311 RemoteViews innerView = headsUp != null ? headsUp : b.getContentView();
330 : b.getContentView();
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java89 public View getContentView(); method in interface:NotificationGuts.GutsContent
155 addView(mGutsContent.getContentView());
317 final View contentView = mGutsContent.getContentView();
H A DNotificationSnooze.java235 public View getContentView() { method in class:NotificationSnooze
H A DNotificationInfo.java394 public View getContentView() { method in class:NotificationInfo
H A DActivatableNotificationView.java877 View contentView = getContentView();
889 protected abstract View getContentView(); method in class:ActivatableNotificationView
H A DNotificationMenuRow.java645 return mGutsContent.getContentView();
H A DNotificationShelf.java137 protected View getContentView() { method in class:NotificationShelf
H A DExpandableNotificationRow.java1840 protected View getContentView() { method in class:ExpandableNotificationRow
/frameworks/base/core/java/android/widget/
H A DTabHost.java423 mCurrentView = spec.mContentStrategy.getContentView();
594 View getContentView(); method in interface:TabHost.ContentStrategy
713 public View getContentView() { method in class:TabHost.ViewIdContentStrategy
736 public View getContentView() { method in class:TabHost.FactoryContentStrategy
765 public View getContentView() { method in class:TabHost.IntentContentStrategy
H A DListPopupWindow.java1333 !isInputMethodNotNeeded() && mPopup.getContentView() != null) {
H A DPopupWindow.java616 public View getContentView() { method in class:PopupWindow
628 * @see #getContentView()
H A DEditor.java487 TextView tv = (TextView) mErrorPopup.getContentView();
776 TextView tv = (TextView) mErrorPopup.getContentView();
/frameworks/support/transition/api14/android/support/transition/
H A DViewOverlayApi14.java52 static ViewGroup getContentView(View view) { method in class:ViewOverlayApi14
66 ViewGroup contentView = getContentView(view);
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java60 * {@link #getContentView()}, {@link #setContentView(View)}, {@link #getBackground()},
241 public View getContentView() { method in class:AutofillPopupWindow
/frameworks/base/core/java/com/android/internal/view/
H A DTooltipPopup.java86 public View getContentView() { method in class:TooltipPopup
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1242 dropDownView = (ViewGroup) mPopup.getContentView();
1398 !isInputMethodNotNeeded() && mPopup.getContentView() != null) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java231 public View getContentView() { method in class:GuidedActionsStylist.ViewHolder
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1116 ViewTreeObserver viewTreeObserver = mPopupWindow.getContentView()
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1892 public RemoteViews getContentView() { method in class:NotificationCompat.Builder
/frameworks/base/core/java/android/view/
H A DView.java26485 return mTooltipInfo.mTooltipPopup.getContentView();

Completed in 449 milliseconds