Searched refs:getContentView (Results 1 - 15 of 15) 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.java93 public View getContentView() { method in class:NotificationData.Entry
402 if (e.getContentView() != null) { // the view successfully inflated
H A DActivatableNotificationView.java829 View contentView = getContentView();
841 protected abstract View getContentView(); method in class:ActivatableNotificationView
H A DBaseStatusBar.java1015 if (entry.getContentView().getId()
2470 contentView.reapply(mContext, entry.getContentView(), mOnClickHandler);
H A DExpandableNotificationRow.java1445 protected View getContentView() { method in class:ExpandableNotificationRow
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompat.java105 boolean hasContentView = b.getContentView() != null;
122 b.getContentView());
226 && b.getContentView() != null;
234 b.getContentView());
249 : b.getContentView();
268 if (b.getContentView() == null) {
278 b.getContentView());
285 RemoteViews innerView = bigContentView != null ? bigContentView : b.getContentView();
302 RemoteViews innerView = headsUp != null ? headsUp : b.getContentView();
320 : b.getContentView();
[all...]
/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.java1301 !isInputMethodNotNeeded() && mPopup.getContentView() != null) {
H A DPopupWindow.java599 public View getContentView() { method in class:PopupWindow
611 * @see #getContentView()
H A DEditor.java464 TextView tv = (TextView) mErrorPopup.getContentView();
753 TextView tv = (TextView) mErrorPopup.getContentView();
/frameworks/support/transition/ics/android/support/transition/
H A DViewOverlay.java50 static ViewGroup getContentView(View view) { method in class:ViewOverlay
64 ViewGroup contentView = getContentView(view);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1231 dropDownView = (ViewGroup) mPopup.getContentView();
1377 !isInputMethodNotNeeded() && mPopup.getContentView() != null) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java224 public View getContentView() { method in class:GuidedActionsStylist.ViewHolder
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1083 ViewTreeObserver viewTreeObserver = mPopupWindow.getContentView()
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1767 public RemoteViews getContentView() { method in class:NotificationCompat.Builder

Completed in 774 milliseconds