/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
D | FindViewByIdTest.java | 52 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewById() local 69 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewByIdReturnNullIfRemovedFromHierarchy() local 87 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewByIdReturnNullIfNotImportant() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewAttachTest.java | 85 View contentView = activity.findViewById(R.id.view_attach_view); in testRoundScrollbars() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | HybridGroupManager.java | 59 private HybridNotificationView inflateHybridView(View contentView, ViewGroup parent) { in inflateHybridView() 91 View contentView, StatusBarNotification notification, in bindFromNotification()
|
D | HybridConversationNotificationView.java | 88 @Nullable View contentView) { in bind()
|
D | HybridNotificationView.java | 111 @Nullable View contentView) { in bind()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/ |
D | TemplateLayoutTest.java | 81 View contentView = layout.findViewById(R.id.test_view_id); in testTemplate() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardLongPressPopupViewBinder.kt | 38 val contentView: View = in createAndShow() constant
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
D | ZenDurationDialog.java | 91 View contentView = getContentView(); in setupDialog() local 137 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_duration_dialog, in getContentView() local
|
D | EnableZenModeDialog.java | 158 View contentView = getContentView(); in createDialog() local 177 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_turn_on_dialog_container, in getContentView() local
|
/frameworks/base/core/java/com/android/internal/view/ |
D | ScrollViewCaptureHelper.java | 108 final View contentView = view.getChildAt(0); // returns null, does not throw IOOBE in onScrollRequested() local
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 377 public PopupWindow(View contentView) { in PopupWindow() 407 public PopupWindow(View contentView, int width, int height) { in PopupWindow() 423 public PopupWindow(View contentView, int width, int height, boolean focusable) { in PopupWindow() 677 public void setContentView(View contentView) { in setContentView() 1522 private PopupBackgroundView createBackgroundView(View contentView) { in createBackgroundView() 1545 private PopupDecorView createDecorView(View contentView) { in createDecorView() 2034 final View contentView = mContentView; in dismiss() local 2142 private void dismissImmediate(View decorView, ViewGroup contentHolder, View contentView) { in dismissImmediate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BatteryStatusChip.kt | 35 override val contentView: View constant
|
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/ |
D | RelayoutPerfTest.java | 92 final ContentView contentView = new ContentView(activity); in testRelayout() local
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 420 public RemoteViews contentView; field in Notification 4402 public Builder setCustomContentView(RemoteViews contentView) { in setCustomContentView() 4414 public Builder setCustomBigContentView(RemoteViews contentView) { in setCustomBigContentView() 4426 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { in setCustomHeadsUpContentView() 5117 private void bindPhishingAlertIcon(RemoteViews contentView, StandardTemplateParams p) { in bindPhishingAlertIcon() 5163 private void bindProfileBadge(RemoteViews contentView, StandardTemplateParams p) { in bindProfileBadge() 5176 private void bindAlertedIcon(RemoteViews contentView, StandardTemplateParams p) { in bindAlertedIcon() 5203 private void resetStandardTemplate(RemoteViews contentView) { in resetStandardTemplate() 5215 private void resetNotificationHeader(RemoteViews contentView) { in resetNotificationHeader() 5241 RemoteViews contentView = new BuilderRemoteViews(mContext.getApplicationInfo(), resId); in applyStandardTemplate() local [all …]
|
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ControllerActivity.java | 83 final View contentView = findViewById(R.id.content); in onCreate() local
|
/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/widget/ |
D | CollapsingCoordinatorLayout.java | 91 final ViewGroup contentView = findViewById(R.id.content_frame); in addView() local
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | SetupWizardLayoutTest.java | 111 View contentView = layout.findViewById(R.id.test_view_id); in testCustomTemplate() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | StartingSurfaceDrawer.java | 372 final SplashScreenView contentView = viewSupplier.get(); in addSplashScreenStartingWindow() local 393 final SplashScreenView contentView = viewSupplier.get(); in addSplashScreenStartingWindow() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayContainerViewController.java | 170 @Named(DreamOverlayModule.DREAM_OVERLAY_CONTENT_VIEW) ViewGroup contentView, in DreamOverlayContainerViewController()
|
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
D | PowerTestActivity.java | 69 LinearLayout contentView = new LinearLayout(this); in onCreate() local
|
/frameworks/base/packages/SystemUI/screenshot/src/com/android/systemui/testing/screenshot/ |
D | ViewScreenshotTestRule.kt | 89 var contentView: View? = null in <lambda>() variable
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | AppCompatActionBar.java | 70 View contentView = getDecorContent().findViewById(contentRootId); in AppCompatActionBar() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | BaseTooltipView.java | 152 final View contentView = in initViews() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | DialogLaunchAnimatorTest.kt | 349 val contentView = View(context) constant
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillPopupWindow.java | 355 public void setContentView(View contentView) { in setContentView()
|