Searched refs:KEY_UNOBSCURED_BOUNDS (Results 1 – 1 of 1) sorted by relevance
31 private static final String KEY_UNOBSCURED_BOUNDS = "android.car:activityState.unobscured"; field in ClusterActivityState121 .setUnobscuredBounds((Rect) bundle.getParcelable(KEY_UNOBSCURED_BOUNDS)) in fromBundle()132 b.putParcelable(KEY_UNOBSCURED_BOUNDS, mUnobscuredBounds); in toBundle()