Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/cluster/
H A DClusterActivityState.java55 @Nullable public Rect getUnobscuredBounds() { in getUnobscuredBounds() method in ClusterActivityState
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DFakeFreeNavigationActivity.java66 Rect unobscured = state.getUnobscuredBounds(); in handleIntent()
/aosp12/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/
H A DFakeFreeNavigationActivity.java67 Rect unobscured = state.getUnobscuredBounds(); in handleIntent()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
H A DFakeClusterNavigationActivity.java68 Rect unobscured = state.getUnobscuredBounds(); in handleIntent()