Home
last modified time | relevance | path

Searched defs:contentView (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/webkit/
DPluginFullScreenHolder.java53 public void setContentView(View contentView) { in setContentView()
/frameworks/base/core/java/android/app/
DNotification.java195 public RemoteViews contentView; field in Notification
1499 RemoteViews contentView = new RemoteViews(mContext.getPackageName(), resId); in applyStandardTemplate() local
1819 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(layoutId); in getStandardView() local
1922 RemoteViews contentView = getStandardView(R.layout.notification_template_big_picture); in makeBigContentView() local
2020 RemoteViews contentView = getStandardView(R.layout.notification_template_big_text); in makeBigContentView() local
2113 RemoteViews contentView = getStandardView(R.layout.notification_template_inbox); in makeBigContentView() local
/frameworks/base/core/java/android/widget/
DPopupWindow.java252 public PopupWindow(View contentView) { in PopupWindow()
282 public PopupWindow(View contentView, int width, int height) { in PopupWindow()
298 public PopupWindow(View contentView, int width, int height, boolean focusable) { in PopupWindow()
392 public void setContentView(View contentView) { in setContentView()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java69 LinearLayout contentView = new LinearLayout(this); in onCreate() local
/frameworks/base/core/java/android/preference/
DDialogPreference.java287 View contentView = onCreateDialogView(); in showDialog() local
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DReliabilityTestActivity.java73 LinearLayout contentView = new LinearLayout(this); in onCreate() local
DTestShellActivity.java140 LinearLayout contentView = new LinearLayout(this); in onCreate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsVerticalScrollView.java214 View contentView = getChildContentView(v); in onChildDismissed() local
DRecentsHorizontalScrollView.java205 View contentView = getChildContentView(v); in onChildDismissed() local
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerTestActivity.java222 LinearLayout contentView = new LinearLayout(this); in onCreate() local