Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarDisplayAreaController.java658 Rect foregroundApplicationDisplayBound = mForegroundApplicationDisplayBounds; in updateBounds() local
679 foregroundApplicationDisplayBound.width() * DisplayMetrics.DENSITY_DEFAULT in updateBounds()
682 foregroundApplicationDisplayBound.height() * DisplayMetrics.DENSITY_DEFAULT in updateBounds()
684 wct.setBounds(foregroundDisplayToken, foregroundApplicationDisplayBound); in updateBounds()
745 foregroundApplicationDisplayBound.left, in updateBounds()
746 foregroundApplicationDisplayBound.top); in updateBounds()