Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DCarUiPortraitHomeScreen.java172 private ViewGroup mBackgroundAppArea; field in CarUiPortraitHomeScreen
781 mBackgroundAppArea.setPadding(/* left= */ 0, /* top= */ 0, /* right= */ 0, in adjustFullscreenSpacing()
831 if (mBackgroundAppArea == null) { in updateBackgroundTaskViewInsets()
841 mBackgroundAppArea.getBoundsOnScreen(appAreaBounds); in updateBackgroundTaskViewInsets()
892 mBackgroundAppArea = findViewById(R.id.background_app_area); in setUpBackgroundTaskView()
900 mBackgroundAppArea.addView(taskView); in setUpBackgroundTaskView()