Home
last modified time | relevance | path

Searched defs:backgroundView (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DTextReadingPreviewPreferenceTest.java155 final LinearLayout backgroundView = previewLayout.findViewById(R.id.preview_background); in adjustPaddings_setMinPaddingsLessThanXMLValue_paddingsNotIncreased() local
174 final LinearLayout backgroundView = previewLayout.findViewById(R.id.preview_background); in adjustPaddings_setMinPaddingsLargerThanXMLValue_paddingsIncreased() local
/packages/apps/TV/src/com/android/tv/ui/
DFullscreenDialogView.java129 View backgroundView = findViewById(R.id.background); in startEnterAnimation() local
145 View backgroundView = findViewById(R.id.background); in startExitAnimation() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DTextReadingPreviewPreference.java90 LinearLayout backgroundView = previewLayout.findViewById(R.id.preview_background); in onBindViewHolder() local
116 void adjustPaddings(FrameLayout previewLayout, LinearLayout backgroundView) { in adjustPaddings()
DAccessibilityShortcutsTutorial.java628 final View backgroundView = mIllustrationView.findViewById(R.id.image_background); in setupIllustrationChildViewsGravity() local
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackSideFragment.java64 View backgroundView = super.onCreateBackgroundView(inflater, container, savedInstanceState); in onCreateBackgroundView() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java70 void init(LauncherAppWidgetHostView hostView, @NonNull View backgroundView, in init()
DDesktopTaskView.kt61 private lateinit var backgroundView: View in <lambda>() variable
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/option/ui/binder/
DOptionItemBinder.kt79 val backgroundView: View = view.requireViewById(R.id.background) in <lambda>() constant