Home
last modified time | relevance | path

Searched defs:contentView (Results 26 – 50 of 97) sorted by relevance

1234

/aosp12/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.java159 View contentView = getContentView(); in createDialog() local
178 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_turn_on_dialog_container, in getContentView() local
/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
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/
H A DPluginFactoryImpl.java70 View contentView, in installBaseLayoutAround()
/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
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DLockScreenPreviewer.java66 View contentView = LayoutInflater.from(mContext).inflate( in LockScreenPreviewer() local
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/appstyledview/
H A DAppStyledViewControllerImpl.java114 public View getAppStyledView(@Nullable View contentView) { in getAppStyledView()
/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
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityDialogUtils.java171 final View contentView = createSwitchShortcutDialogContentView(context); in createMagnificationSwitchShortcutDialog() local
255 private static void setCustomButtonsClickListener(Dialog dialog, View contentView, in setCustomButtonsClickListener()
297 View contentView = null; in createEditDialogContentView() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java84 @Nullable View contentView) { in bind()
H A DHybridNotificationView.java109 @Nullable View contentView) { in bind()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java88 @Nullable View contentView) { in bind()
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DRelayoutPerfTest.java92 final ContentView contentView = new ContentView(activity); in testRelayout() local
/aosp12/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DRelayoutPerfTest.java92 final ContentView contentView = new ContentView(activity); in testRelayout() local
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java414 public RemoteViews contentView; field in Notification
4331 public Builder setCustomContentView(RemoteViews contentView) { in setCustomContentView()
4343 public Builder setCustomBigContentView(RemoteViews contentView) { in setCustomBigContentView()
4355 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { in setCustomHeadsUpContentView()
5107 private void resetStandardTemplate(RemoteViews contentView) { in resetStandardTemplate()
5119 private void resetNotificationHeader(RemoteViews contentView) { in resetNotificationHeader()
5236 private void updateBackgroundColor(RemoteViews contentView, in updateBackgroundColor()
5248 private boolean handleProgressBar(RemoteViews contentView, Bundle ex, in handleProgressBar()
5268 private void bindLargeIconAndApplyMargin(RemoteViews contentView, in bindLargeIconAndApplyMargin()
5405 private void bindHeaderChronometerAndTime(RemoteViews contentView, in bindHeaderChronometerAndTime()
[all …]
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DBaseDialogFragment.java96 public void performEntryTransition(final Activity activity, final ViewGroup contentView, in performEntryTransition()
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/service/
H A DEmergencyActionForegroundService.java158 RemoteViews contentView = in buildCountDownNotification() 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 …]
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DReviewOngoingUsageFragment.java159 View contentView = inflater.inflate(R.layout.ongoing_usage_dialog_content, null); in updateDialogView() local
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/preference/
H A DCarUiDialogFragment.java122 View contentView = onCreateDialogView(context); in onCreateDialog() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt161 val contentView = View(context) regex
/aosp12/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/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

1234