Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DFindViewByIdTest.java52 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/
DViewAttachTest.java85 View contentView = activity.findViewById(R.id.view_attach_view); in testRoundScrollbars() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridGroupManager.java60 private HybridNotificationView inflateHybridView(View contentView, ViewGroup parent) { in inflateHybridView()
94 View contentView, StatusBarNotification notification, in bindFromNotification()
DHybridConversationNotificationView.java88 @Nullable View contentView) { in bind()
DHybridNotificationView.java112 @Nullable View contentView) { in bind()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/
DTemplateLayoutTest.java81 View contentView = layout.findViewById(R.id.test_view_id); in testTemplate() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenDurationDialog.java91 View contentView = getContentView(); in setupDialog() local
137 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_duration_dialog, in getContentView() local
DEnableZenModeDialog.java158 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/android/widget/
DPopupWindow.java376 public PopupWindow(View contentView) { in PopupWindow()
406 public PopupWindow(View contentView, int width, int height) { in PopupWindow()
422 public PopupWindow(View contentView, int width, int height, boolean focusable) { in PopupWindow()
676 public void setContentView(View contentView) { in setContentView()
1521 private PopupBackgroundView createBackgroundView(View contentView) { in createBackgroundView()
1544 private PopupDecorView createDecorView(View contentView) { in createDecorView()
2032 final View contentView = mContentView; in dismiss() local
2140 private void dismissImmediate(View decorView, ViewGroup contentHolder, View contentView) { in dismissImmediate()
/frameworks/base/core/java/com/android/internal/view/
DScrollViewCaptureHelper.java108 final View contentView = view.getChildAt(0); // returns null, does not throw IOOBE in onScrollRequested() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBatteryStatusChip.kt35 override val contentView: View constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenWindowCreator.java211 final SplashScreenView contentView = viewSupplier.get(); in addSplashScreenStartingWindow() local
234 final SplashScreenView contentView = viewSupplier.get(); in addSplashScreenStartingWindow() local
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DRelayoutPerfTest.java92 final ContentView contentView = new ContentView(activity); in testRelayout() local
/frameworks/base/core/java/android/app/
DNotification.java420 public RemoteViews contentView; field in Notification
4482 public Builder setCustomContentView(RemoteViews contentView) { in setCustomContentView()
4494 public Builder setCustomBigContentView(RemoteViews contentView) { in setCustomBigContentView()
4506 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { in setCustomHeadsUpContentView()
5190 private void bindPhishingAlertIcon(RemoteViews contentView, StandardTemplateParams p) { in bindPhishingAlertIcon()
5236 private void bindProfileBadge(RemoteViews contentView, StandardTemplateParams p) { in bindProfileBadge()
5249 private void bindAlertedIcon(RemoteViews contentView, StandardTemplateParams p) { in bindAlertedIcon()
5276 private void resetStandardTemplate(RemoteViews contentView) { in resetStandardTemplate()
5288 private void resetNotificationHeader(RemoteViews contentView) { in resetNotificationHeader()
5314 RemoteViews contentView = new BuilderRemoteViews(mContext.getApplicationInfo(), resId); in applyStandardTemplate() local
[all …]
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DControllerActivity.java83 final View contentView = findViewById(R.id.content); in onCreate() local
/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/widget/
DCollapsingCoordinatorLayout.java92 final ViewGroup contentView = findViewById(R.id.content_frame); in addView() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuEduTooltipView.java216 final View contentView = LayoutInflater.from(getContext()).inflate( in initViews() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSetupWizardLayoutTest.java111 View contentView = layout.findViewById(R.id.test_view_id); in testCustomTemplate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayContainerViewController.java168 @Named(DreamOverlayModule.DREAM_OVERLAY_CONTENT_VIEW) ViewGroup contentView, in DreamOverlayContainerViewController()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java69 LinearLayout contentView = new LinearLayout(this); in onCreate() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DAppCompatActionBar.java70 View contentView = getDecorContent().findViewById(contentRootId); in AppCompatActionBar() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogLaunchAnimatorTest.kt350 val contentView = View(context) constant
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java355 public void setContentView(View contentView) { in setContentView()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/
DBaseCompatActivityTest.java100 View contentView = mBaseCompatActivity.findViewById(R.id.car_setup_wizard_layout); in testContentViewIsCarSetupWizardLayout() local
/frameworks/base/core/java/com/android/internal/view/inline/
DInlineTooltipUi.java394 public void setContentView(View contentView) { in setContentView()

12