HomeSort by relevance Sort by last modified time
    Searched defs:contentView (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /cts/tests/tests/view/src/android/view/cts/
ActionModeCtsActivity.java 26 public View contentView;
32 contentView = new FrameLayout(this);
33 setContentView(contentView);
  /frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/
BaseTestActivity.java 28 final int contentView = getContentViewLayoutResId();
29 if (contentView > 0) {
30 setContentView(contentView);
  /frameworks/base/core/tests/coretests/src/android/view/
ViewAttachTest.java 88 View contentView = activity.findViewById(R.id.view_attach_view);
89 boolean shouldDrawRoundScrollbars = contentView.shouldDrawRoundScrollbar();
  /frameworks/support/compat/src/androidTest/java/android/support/v4/
BaseTestActivity.java 28 final int contentView = getContentViewLayoutResId();
29 if (contentView > 0) {
30 setContentView(contentView);
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 76 RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.notification);
81 contentView.setTextViewText(R.id.textView, text);
88 notification.contentView = contentView;
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
  /developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 76 RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.notification);
81 contentView.setTextViewText(R.id.textView, text);
88 notification.contentView = contentView;
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 76 RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.notification);
81 contentView.setTextViewText(R.id.textView, text);
88 notification.contentView = contentView;
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
  /development/samples/devbytes/ui/ImmersiveMode/src/main/java/com/example/android/immersive/
ImmersiveActivity.java 38 final View contentView = findViewById(R.id.fullscreen_content);
51 contentView.setClickable(true);
66 contentView.setOnTouchListener(new View.OnTouchListener() {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 222 // can set the contentView field to your own RemoteViews object.
236 RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.status_bar_balloon);
237 contentView.setTextViewText(R.id.text, text);
238 contentView.setImageViewResource(R.id.icon, moodId);
239 notif.contentView = contentView;
  /frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/widget/
BaseTestActivity.java 35 final int contentView = getContentViewLayoutResId();
36 if (contentView > 0) {
37 setContentView(contentView);
  /frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
BaseTestActivity.java 29 final int contentView = getContentViewLayoutResId();
30 if (contentView > 0) {
31 setContentView(contentView);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 73 TextView contentView = (TextView) view.findViewById(R.id.content);
74 contentView.setText(mErrorContent);
BluetoothOppBtEnableActivity.java 73 TextView contentView = (TextView) view.findViewById(R.id.content);
74 contentView.setText(
BluetoothOppBtEnablingActivity.java 96 TextView contentView = (TextView) view.findViewById(R.id.progress_info);
97 contentView.setText(getString(R.string.enabling_progress_content));
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTabSpec.java 22 private View contentView;
98 contentView = factory.createTabContent(this.tag);
114 return contentView;
ShadowActivity.java 39 private View contentView;
98 * Sets the {@code contentView} for this {@code Activity} by invoking the
106 contentView = getLayoutInflater().inflate(layoutResID, new FrameLayout(realActivity));
112 contentView = view;
138 * Checks to ensure that the{@code contentView} has been set
142 * @throws RuntimeException if the {@code contentView} has not been called first
149 if (contentView != null) {
150 return contentView.findViewById(id);
162 contentViewContainer.addView(contentView, 0);
265 * @return the {@code contentView} set by one of the {@code setContentView()} method
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
MediaNotificationProcessorTest.java 89 notification.contentView = remoteViews;
94 RemoteViews contentView = builder.createContentView();
95 assertNotSame(contentView, remoteViews);
96 contentView = builder.createBigContentView();
97 assertNotSame(contentView, remoteViews);
98 contentView = builder.createHeadsUpContentView();
99 assertNotSame(contentView, remoteViews);
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/
TemplateLayoutTest.java 84 View contentView = layout.findViewById(R.id.test_view_id);
85 assertSame("The view added should be the same text view", tv, contentView);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 361 RemoteViews contentView = new RemoteViews(context.getPackageName(),
363 contentView.setImageViewResource(R.id.image, R.drawable.stat_notify_calendar);
364 contentView.setTextViewText(R.id.title, title);
365 contentView.setTextViewText(R.id.text, summaryText);
369 contentView.setViewVisibility(R.id.map_button, View.GONE);
371 contentView.setViewVisibility(R.id.map_button, View.VISIBLE);
372 contentView.setOnClickPendingIntent(R.id.map_button, mapIntent);
373 contentView.setViewVisibility(R.id.end_padding, View.GONE);
377 contentView.setViewVisibility(R.id.call_button, View.GONE);
379 contentView.setViewVisibility(R.id.call_button, View.VISIBLE)
    [all...]
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
Log.java 79 note.contentView.getLayoutId();
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DataBindingUtil.java 278 ViewGroup contentView = (ViewGroup) decorView.findViewById(android.R.id.content);
279 return bindToAddedViews(bindingComponent, contentView, 0, layoutId);
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/app/
DialogFragmentUsage.java 87 static MenuDialogFragment create(int contentView) {
89 b.putInt(PARAM_CONTENT_VIEW, contentView);
108 int contentView = args.getInt(PARAM_CONTENT_VIEW);
109 return inflater.inflate(contentView, container, false);
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 69 LinearLayout contentView = new LinearLayout(this);
70 contentView.setOrientation(LinearLayout.VERTICAL);
71 setContentView(contentView);
84 contentView.addView(webView, new LayoutParams(
  /frameworks/base/core/java/android/app/
Notification.java 337 public RemoteViews contentView;
340 * A large-format version of {@link #contentView}, giving the Notification an
353 * A medium-format version of {@link #contentView}, providing the Notification an
354 * opportunity to add action buttons to contentView. At its discretion, the system UI may
    [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 140 final View contentView = findViewById(R.id.fullscreen_content);
153 mSystemUiHider = SystemUiHider.getInstance(this, contentView, HIDER_FLAGS);
194 contentView.setOnClickListener(new View.OnClickListener() {

Completed in 578 milliseconds

1 2 3 4 5