Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarDisplayAreaController.java99 private final Rect mForegroundApplicationDisplayBounds = new Rect(); field in CarDisplayAreaController
650 mForegroundApplicationDisplayBounds.set(foregroundBounds); in populateBounds()
658 Rect foregroundApplicationDisplayBound = mForegroundApplicationDisplayBounds; in updateBounds()