Home
last modified time | relevance | path

Searched refs:windowBackground (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/pagination/
DPageMeasurementHelper.java46 public PageMeasurementHelper(View windowBackground) { in PageMeasurementHelper() argument
47 mPageOrientation = windowBackground.getResources().getBoolean(R.bool.use_vertical_app_grid) in PageMeasurementHelper()
49 mUseDefinedDimensions = windowBackground.getResources().getBoolean( in PageMeasurementHelper()
51 mDefinedWidth = windowBackground.getResources().getDimensionPixelSize( in PageMeasurementHelper()
53 mDefinedHeight = windowBackground.getResources().getDimensionPixelSize( in PageMeasurementHelper()
55 mDefinedMarginHorizontal = windowBackground.getResources().getDimensionPixelSize( in PageMeasurementHelper()
57 mDefinedMarginVertical = windowBackground.getResources().getDimensionPixelSize( in PageMeasurementHelper()
59 mDefinedPageIndicatorSize = windowBackground.getResources().getDimensionPixelSize( in PageMeasurementHelper()
61 mMinItemWidth = windowBackground.getResources().getDimensionPixelSize( in PageMeasurementHelper()
63 mMinItemHeight = windowBackground.getResources().getDimensionPixelSize( in PageMeasurementHelper()
DPaginationController.java36 public PaginationController(View windowBackground, DimensionUpdateCallback callback) { in PaginationController() argument
38 mPageMeasurementHelper = new PageMeasurementHelper(windowBackground); in PaginationController()
39 windowBackground.getViewTreeObserver().addOnGlobalLayoutListener( in PaginationController()
43 int windowHeight = windowBackground.getMeasuredHeight(); in PaginationController()
44 int windowWidth = windowBackground.getMeasuredWidth(); in PaginationController()
/packages/apps/DeskClock/src/com/android/deskclock/
DBaseActivity.kt52 @ColorInt val color = ThemeUtils.resolveColor(this, R.attr.windowBackground) in onCreate()
60 @ColorInt val color = ThemeUtils.resolveColor(this, R.attr.windowBackground) in onStart()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridFragment.kt212 val windowBackground: LinearLayout = view.requireViewById(R.id.apps_grid_background) in <lambda>() constant
213 windowBackground.orientation = in <lambda>()
220 PaginationController(windowBackground, dimensionUpdateCallback) in <lambda>()
224 backgroundAnimationHelper = BackgroundAnimationHelper(windowBackground, banner) in <lambda>()
/packages/apps/Settings/src/com/android/settings/remoteauth/
DRemoteAuthEnrollBase.kt76 val stateList = Utils.getColorAttr(context, R.attr.windowBackground) in <lambda>()
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollBase.java358 final ColorStateList stateList = Utils.getColorAttr(this, android.R.attr.windowBackground); in getBackgroundColor()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.kt662 updateGradientColors(ThemeUtils.resolveColor(context, android.R.attr.windowBackground)) in <lambda>()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DExpandedAlarmViewHolder.kt176 android.R.attr.windowBackground)) in <lambda>()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.kt196 mCurrentHourColor = ThemeUtils.resolveColor(this, android.R.attr.windowBackground) in onCreate()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt521 android.R.attr.windowBackground in init()