HomeSort by relevance Sort by last modified time
    Searched refs:contentView (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
CocoaMouse.mm 38 mResponder = [[CocoaMouseView alloc] initWithFrame:[[man->_getWindow() contentView] frame]];
42 [[man->_getWindow() contentView] addSubview:mResponder];
95 clipRect = [[[self window] contentView] frame];
366 NSRect frame = [[[self window] contentView] frame];
  /external/webrtc/webrtc/test/mac/
video_renderer_mac.mm 78 [[window_ contentView] addSubview:view];
  /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/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
SetupWizardLayoutTest.java 94 View contentView = layout.findViewById(R.id.test_view_id);
95 assertSame("The view added should be the same text view", tv, contentView);
  /cts/tests/tests/view/src/android/view/cts/
ActionModeTest.java 54 final View view = getActivity().contentView;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 829 View contentView = getContentView();
830 if (contentView.hasOverlappingRendering()) {
833 int currentLayerType = contentView.getLayerType();
835 contentView.setLayerType(layerType, null);
838 contentView.setAlpha(contentAlpha);
    [all...]
BaseStatusBar.java     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 506 final View contentView = findViewById(R.id.content_fragment);
507 final ViewGroup.LayoutParams contentLayoutParams = contentView.getLayoutParams();
510 contentView.setLayoutParams(contentLayoutParams);
BluetoothPairingDialog.java 169 final ViewGroup contentView = (ViewGroup) findViewById(android.R.id.content);
170 final View topLayout = contentView.getChildAt(0);
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
Log.java 59 note.contentView.getLayoutId();
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java 522 n.contentView = b.mContentView;
539 result.contentView = b.mContentView;
615 notification.contentView = b.mContentView;
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 462 n.contentView = new RemoteViews(getPackageName(), R.layout.button_notification);
463 n.contentView.setOnClickPendingIntent(R.id.button, makeIntent2());
584 n.contentView.setInt(1 /*bogus*/, "bogus method", 666);
598 n.contentView.setInt(1 /*bogus*/, "bogus method", 666);
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 155 View oneUView = refreshRemoteViews(oneU, notification.contentView);
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 209 pw.println(prefix + " contentView=" + notification.contentView);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV9.java 483 final ContentFrameLayout contentView = (ContentFrameLayout) subDecor.findViewById(
493 contentView.addView(child);
499 contentView.setId(android.R.id.content);
511 contentView.setAttachListener(new ContentFrameLayout.OnAttachListener() {
    [all...]
AlertController.java 213 final int contentView = selectContentView();
214 mDialog.setContentView(contentView);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 228 public void registerViews(View contentView, View saverView) {
229 mContentView = contentView;
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 125 int expandableList, int contentView, boolean withSwitch) {
133 mContentView = contentView;
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 424 if (n.contentView != null) {
429 .append(n.contentView.toString());
  /packages/apps/TV/src/com/android/tv/ui/
TvViewUiManager.java 110 FrameLayout contentView, TvOptionsManager tvOptionManager) {
115 mContentView = contentView;
    [all...]
  /prebuilts/sdk/current/support/v14/preference/libs/
android-support-v14-preference.jar 
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 245 String.valueOf(n.contentView));
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 251 int contentView = selectContentView();
252 mWindow.setContentView(contentView);
    [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 613 [[[_fullScreenWindow window] contentView] addSubview:_windowRef];
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 162 * <li>{@link Notification#contentView contentView}</li>
248 * fields such as {@link android.app.Notification#contentView} and
269 * fields such as {@link android.app.Notification#contentView} and
    [all...]

Completed in 1840 milliseconds

1 23 4 5