Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/FlickerService/src/com/android/server/wm/flicker/service/notification/scenarios/
DNotificationUtils.kt43 val metricInsets = wm.currentWindowMetrics.windowInsets in openNotification() constant
45 metricInsets.getInsetsIgnoringVisibility( in openNotification()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DDeviceConfig.kt46 val metricInsets = windowMetrics.windowInsets in create() constant
47 val insets = metricInsets.getInsetsIgnoringVisibility(WindowInsets.Type.navigationBars() in create()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/src/com/android/wm/shell/flicker/bubble/
DOpenActivityFromBubbleOnLocksreenTest.kt69 val metricInsets = wm.currentWindowMetrics.windowInsets in <lambda>() constant
71 metricInsets.getInsetsIgnoringVisibility( in <lambda>()
/frameworks/base/tests/FlickerTests/Notification/src/com/android/server/wm/flicker/notification/
DOpenAppFromNotificationWarmTest.kt98 val metricInsets = wm.currentWindowMetrics.windowInsets in FlickerTestData() constant
100 metricInsets.getInsetsIgnoringVisibility( in FlickerTestData()