Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridGroupManager.java60 private HybridNotificationView inflateHybridView(View contentView, ViewGroup parent) { in inflateHybridView()
94 View contentView, StatusBarNotification notification, in bindFromNotification()
H A DHybridConversationNotificationView.java88 @Nullable View contentView) { in bind()
H A DHybridNotificationView.java112 @Nullable View contentView) { in bind()
H A DNotificationGuts.java410 final View contentView = mGutsContent.getContentView(); in setExposed() local
H A DActivatableNotificationView.java545 View contentView = getContentView(); in setContentAlpha() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachTest.java85 View contentView = activity.findViewById(R.id.view_attach_view); in testRoundScrollbars() local
/aosp14/frameworks/base/core/java/android/widget/
H A 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()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenDurationDialog.java91 View contentView = getContentView(); in setupDialog() local
137 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_duration_dialog, in getContentView() local
H A DEnableZenModeDialog.java158 View contentView = getContentView(); in createDialog() local
177 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_turn_on_dialog_container, in getContentView() local
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DScrollViewCaptureHelper.java108 final View contentView = view.getChildAt(0); // returns null, does not throw IOOBE in onScrollRequested() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java211 final SplashScreenView contentView = viewSupplier.get(); in addSplashScreenStartingWindow() local
234 final SplashScreenView contentView = viewSupplier.get(); in addSplashScreenStartingWindow() local
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DRelayoutPerfTest.java92 final ContentView contentView = new ContentView(activity); in testRelayout() local
/aosp14/frameworks/base/core/java/android/app/
H A 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()
5276 private void resetStandardTemplate(RemoteViews contentView) { in resetStandardTemplate()
5288 private void resetNotificationHeader(RemoteViews contentView) { in resetNotificationHeader()
5398 private void updateBackgroundColor(RemoteViews contentView, in updateBackgroundColor()
5410 private boolean handleProgressBar(RemoteViews contentView, Bundle ex, in handleProgressBar()
5430 private void bindLargeIconAndApplyMargin(RemoteViews contentView, in bindLargeIconAndApplyMargin()
5567 private void bindHeaderChronometerAndTime(RemoteViews contentView, in bindHeaderChronometerAndTime()
[all …]
/aosp14/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/widget/
H A DCollapsingCoordinatorLayout.java92 final ViewGroup contentView = findViewById(R.id.content_frame); in addView() local
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java83 final View contentView = findViewById(R.id.content); in onCreate() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuEduTooltipView.java216 final View contentView = LayoutInflater.from(getContext()).inflate( in initViews() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayContainerViewController.java168 @Named(DreamOverlayModule.DREAM_OVERLAY_CONTENT_VIEW) ViewGroup contentView, in DreamOverlayContainerViewController()
/aosp14/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java69 LinearLayout contentView = new LinearLayout(this); in onCreate() local
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java355 public void setContentView(View contentView) { in setContentView()
/aosp14/frameworks/base/core/java/android/preference/
H A DDialogPreference.java321 View contentView = onCreateDialogView(); in showDialog() local
/aosp14/frameworks/base/core/java/com/android/internal/view/inline/
H A DInlineTooltipUi.java394 public void setContentView(View contentView) { in setContentView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt350 val contentView = View(context) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java857 private void setContentView(View contentView) { in setContentView()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java696 AnchoredWindow(View contentView, @NonNull OverlayControl overlayControl) { in AnchoredWindow()

12