Searched refs:appAreaBounds (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/ |
D | CarUiPortraitHomeScreen.java | 840 Rect appAreaBounds = new Rect(); in updateBackgroundTaskViewInsets() local 841 mBackgroundAppArea.getBoundsOnScreen(appAreaBounds); in updateBackgroundTaskViewInsets() 843 Rect bottomInsets = new Rect(appAreaBounds.left, bottomOverlap, appAreaBounds.right, in updateBackgroundTaskViewInsets() 844 appAreaBounds.bottom); in updateBackgroundTaskViewInsets() 845 Rect topInsets = new Rect(appAreaBounds.left, appAreaBounds.top, appAreaBounds.right, in updateBackgroundTaskViewInsets() 858 Rect appAreaBounds = new Rect(); in updateFullScreenTaskViewInsets() local 859 mFullScreenAppArea.getBoundsOnScreen(appAreaBounds); in updateFullScreenTaskViewInsets() 861 Rect bottomInsets = new Rect(appAreaBounds.left, appAreaBounds.height() - mNavBarHeight, in updateFullScreenTaskViewInsets() 862 appAreaBounds.right, appAreaBounds.bottom); in updateFullScreenTaskViewInsets() 864 Rect topInsets = new Rect(appAreaBounds.left, appAreaBounds.top, appAreaBounds.right, in updateFullScreenTaskViewInsets()
|