Searched defs:setContent (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsBasicTile.java58 void setContent(int layoutId, LayoutInflater inflater) { method in class:QuickSettingsBasicTile
H A DQuickSettingsTileView.java53 void setContent(int layoutId, LayoutInflater inflater) { method in class:QuickSettingsTileView
61 setContent(mContentLayoutId, inflater);
/frameworks/base/core/java/android/widget/
H A DTabHost.java175 * If you are using {@link TabSpec#setContent(android.content.Intent)}, this
527 public TabSpec setContent(int viewId) { method in class:TabHost.TabSpec
536 public TabSpec setContent(TabContentFactory contentFactory) { method in class:TabHost.TabSpec
544 public TabSpec setContent(Intent intent) { method in class:TabHost.TabSpec
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java341 public Builder setContent(RemoteViews views) { method in class:NotificationCompat.Builder
/frameworks/base/core/java/android/app/
H A DNotification.java1341 public Builder setContent(RemoteViews views) { method in class:Notification.Builder
1350 * have specified a custom RemoteViews with {@link #setContent(RemoteViews)}, you can use

Completed in 5591 milliseconds