/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | NotificationCompat.java | 105 boolean hasContentView = b.getContentView() != null; in addStyleGetContentViewLollipop() 122 b.getContentView()); in addStyleGetContentViewLollipop() 226 && b.getContentView() != null; in addStyleGetContentViewIcs() 234 b.getContentView()); in addStyleGetContentViewIcs() 249 : b.getContentView(); in addBigStyleToBuilderJellybean() 268 if (b.getContentView() == null) { in getDecoratedContentView() 278 b.getContentView()); in getDecoratedContentView() 285 RemoteViews innerView = bigContentView != null ? bigContentView : b.getContentView(); in addDecoratedBigStyleToBuilder() 302 RemoteViews innerView = headsUp != null ? headsUp : b.getContentView(); in addDecoratedHeadsUpToBuilder() 320 : b.getContentView(); in addBigStyleToBuilderLollipop() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | TabHost.java | 388 mCurrentView = spec.mContentStrategy.getContentView(); in setCurrentTab() 549 View getContentView(); in getContentView() method 668 public View getContentView() { in getContentView() method in TabHost.ViewIdContentStrategy 691 public View getContentView() { in getContentView() method in TabHost.FactoryContentStrategy 720 public View getContentView() { in getContentView() method in TabHost.IntentContentStrategy
|
D | ListPopupWindow.java | 1301 !isInputMethodNotNeeded() && mPopup.getContentView() != null) { in onScrollStateChanged()
|
D | PopupWindow.java | 599 public View getContentView() { in getContentView() method in PopupWindow
|
D | Editor.java | 464 TextView tv = (TextView) mErrorPopup.getContentView(); in showError() 753 TextView tv = (TextView) mErrorPopup.getContentView(); in setFrame()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationOverflowContainer.java | 66 protected View getContentView() { in getContentView() method in NotificationOverflowContainer
|
D | ActivatableNotificationView.java | 855 View contentView = getContentView(); in setContentAlpha() 867 protected abstract View getContentView(); in getContentView() method in ActivatableNotificationView
|
D | NotificationData.java | 93 public View getContentView() { in getContentView() method in NotificationData.Entry
|
D | BaseStatusBar.java | 1014 if (entry.getContentView().getId() in applyColorsAndBackgrounds() 2486 contentView.reapply(mContext, entry.getContentView(), mOnClickHandler);
|
D | ExpandableNotificationRow.java | 1456 protected View getContentView() {
|
/frameworks/support/transition/ics/android/support/transition/ |
D | ViewOverlay.java | 50 static ViewGroup getContentView(View view) { in getContentView() method in ViewOverlay 64 ViewGroup contentView = getContentView(view); in createFrom()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 1231 dropDownView = (ViewGroup) mPopup.getContentView(); in buildDropDown() 1377 !isInputMethodNotNeeded() && mPopup.getContentView() != null) { in onScrollStateChanged()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | GuidedActionsStylist.java | 224 public View getContentView() { in getContentView() method in GuidedActionsStylist.ViewHolder
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 1083 ViewTreeObserver viewTreeObserver = mPopupWindow.getContentView() in setTouchableSurfaceInsetsComputer()
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationCompat.java | 1767 public RemoteViews getContentView() { in getContentView() method in NotificationCompat.Builder
|
/frameworks/support/api/ |
D | current.txt | 2669 method public android.view.View getContentView();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 37981 method public android.view.View getContentView();
|
/frameworks/base/api/ |
D | current.txt | 47271 method public android.view.View getContentView();
|
D | system-current.txt | 50805 method public android.view.View getContentView();
|
D | test-current.txt | 47360 method public android.view.View getContentView();
|