Searched refs:windowBackground (Results 1 – 10 of 10) sorted by relevance
46 public PageMeasurementHelper(View windowBackground) { in PageMeasurementHelper() argument47 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()
36 public PaginationController(View windowBackground, DimensionUpdateCallback callback) { in PaginationController() argument38 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()
52 @ColorInt val color = ThemeUtils.resolveColor(this, R.attr.windowBackground) in onCreate()60 @ColorInt val color = ThemeUtils.resolveColor(this, R.attr.windowBackground) in onStart()
212 val windowBackground: LinearLayout = view.requireViewById(R.id.apps_grid_background) in <lambda>() constant213 windowBackground.orientation = in <lambda>()220 PaginationController(windowBackground, dimensionUpdateCallback) in <lambda>()224 backgroundAnimationHelper = BackgroundAnimationHelper(windowBackground, banner) in <lambda>()
76 val stateList = Utils.getColorAttr(context, R.attr.windowBackground) in <lambda>()
358 final ColorStateList stateList = Utils.getColorAttr(this, android.R.attr.windowBackground); in getBackgroundColor()
662 updateGradientColors(ThemeUtils.resolveColor(context, android.R.attr.windowBackground)) in <lambda>()
176 android.R.attr.windowBackground)) in <lambda>()
196 mCurrentHourColor = ThemeUtils.resolveColor(this, android.R.attr.windowBackground) in onCreate()
521 android.R.attr.windowBackground in init()