Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DPrivacyIndicatorBounds.java40 public class PrivacyIndicatorBounds implements Parcelable { class
45 public PrivacyIndicatorBounds() { in PrivacyIndicatorBounds() method in PrivacyIndicatorBounds
59 return new PrivacyIndicatorBounds(staticPositions, mRotation); in updateStaticBounds()
111 return new PrivacyIndicatorBounds(mStaticBounds, rotation); in rotate()
117 public PrivacyIndicatorBounds scale(float scale) { in scale()
126 return new PrivacyIndicatorBounds(scaledStaticPos, mRotation); in scale()
174 PrivacyIndicatorBounds that = (PrivacyIndicatorBounds) o; in equals()
227 = new Parcelable.Creator<PrivacyIndicatorBounds>() {
229 public PrivacyIndicatorBounds[] newArray(int size) {
230 return new PrivacyIndicatorBounds[size];
[all …]
H A DInsetsState.java175 private PrivacyIndicatorBounds mPrivacyIndicatorBounds =
176 new PrivacyIndicatorBounds();
290 private PrivacyIndicatorBounds calculateRelativePrivacyIndicatorBounds(Rect frame) { in calculateRelativePrivacyIndicatorBounds()
493 public void setPrivacyIndicatorBounds(PrivacyIndicatorBounds bounds) { in setPrivacyIndicatorBounds()
497 public PrivacyIndicatorBounds getPrivacyIndicatorBounds() { in getPrivacyIndicatorBounds()
861 mPrivacyIndicatorBounds = in.readTypedObject(PrivacyIndicatorBounds.CREATOR); in readFromParcel()
H A DWindowInsets.java87 @Nullable private final PrivacyIndicatorBounds mPrivacyIndicatorBounds;
158 PrivacyIndicatorBounds privacyIndicatorBounds, in WindowInsets()
1095 private PrivacyIndicatorBounds mPrivacyIndicatorBounds = new PrivacyIndicatorBounds();
1348 public Builder setPrivacyIndicatorBounds(@Nullable PrivacyIndicatorBounds bounds) { in setPrivacyIndicatorBounds()
1362 mPrivacyIndicatorBounds = new PrivacyIndicatorBounds(boundsArr, ROTATION_0); in setPrivacyIndicatorBounds()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java322 mState.setPrivacyIndicatorBounds(new PrivacyIndicatorBounds(bounds, 0)); in testEquals_samePrivacyIndicator()
323 mState2.setPrivacyIndicatorBounds(new PrivacyIndicatorBounds(bounds, 0)); in testEquals_samePrivacyIndicator()
337 mState.setPrivacyIndicatorBounds(new PrivacyIndicatorBounds(boundsOne, 0)); in testEquals_differentPrivacyIndicatorStaticBounds()
339 mState2.setPrivacyIndicatorBounds(new PrivacyIndicatorBounds(boundsDifferent, 0)); in testEquals_differentPrivacyIndicatorStaticBounds()
342 mState2.setPrivacyIndicatorBounds(new PrivacyIndicatorBounds(boundsDifferentOrder, 0)); in testEquals_differentPrivacyIndicatorStaticBounds()
345 mState2.setPrivacyIndicatorBounds(new PrivacyIndicatorBounds(boundsDifferentLength, 0)); in testEquals_differentPrivacyIndicatorStaticBounds()
348 mState2.setPrivacyIndicatorBounds(new PrivacyIndicatorBounds(boundsNull, 0)); in testEquals_differentPrivacyIndicatorStaticBounds()
357 mState.setPrivacyIndicatorBounds(new PrivacyIndicatorBounds(arr, 0)); in testEquals_differentPrivacyIndicatorRotation()
358 mState2.setPrivacyIndicatorBounds(new PrivacyIndicatorBounds(arr, 1)); in testEquals_differentPrivacyIndicatorRotation()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayFrames.java30 import android.view.PrivacyIndicatorBounds;
64 PrivacyIndicatorBounds indicatorBounds) { in DisplayFrames()
80 @NonNull PrivacyIndicatorBounds indicatorBounds) { in onDisplayInfoUpdated()
H A DDisplayContent.java215 import android.view.PrivacyIndicatorBounds;
376 PrivacyIndicatorBounds mCurrentPrivacyIndicatorBounds = new PrivacyIndicatorBounds();
377 private final RotationCache<PrivacyIndicatorBounds, PrivacyIndicatorBounds>
1837 final PrivacyIndicatorBounds indicatorBounds = in startFixedRotationTransform()
2131 PrivacyIndicatorBounds calculatePrivacyIndicatorBoundsForRotation(int rotation) { in calculatePrivacyIndicatorBoundsForRotation()
2135 private PrivacyIndicatorBounds calculatePrivacyIndicatorBoundsForRotationUncached( in calculatePrivacyIndicatorBoundsForRotationUncached()
2136 PrivacyIndicatorBounds bounds, int rotation) { in calculatePrivacyIndicatorBoundsForRotationUncached()
2138 return new PrivacyIndicatorBounds(new Rect[4], rotation); in calculatePrivacyIndicatorBoundsForRotationUncached()
2698 PrivacyIndicatorBounds oldBounds = mCurrentPrivacyIndicatorBounds; in updatePrivacyIndicatorBounds()
2755 mCurrentPrivacyIndicatorBounds = new PrivacyIndicatorBounds(new Rect[4], in initializeDisplayBaseInfo()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyTests.java57 import android.view.PrivacyIndicatorBounds;
306 state, displayInfo, NO_CUTOUT, NO_ROUNDED_CORNERS, new PrivacyIndicatorBounds()); in testImeMinimalSourceFrame()
H A DWallpaperControllerTests.java52 import android.view.PrivacyIndicatorBounds;
156 info, cutout, RoundedCorners.NO_ROUNDED_CORNERS, new PrivacyIndicatorBounds()); in testWallpaperSizeWithFixedTransform()
H A DDisplayPolicyLayoutTests.java69 import android.view.PrivacyIndicatorBounds;
175 insetsState, info.first, info.second, roundedCorners, new PrivacyIndicatorBounds()); in createDisplayFrames()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt16989 …iew/PrivacyIndicatorBounds;+]Landroid/graphics/Rect;Landroid/graphics/Rect;]Landroid/view/PrivacyI…
17001 HSPLandroid/view/InsetsState;->getPrivacyIndicatorBounds()Landroid/view/PrivacyIndicatorBounds;
17162 HSPLandroid/view/PrivacyIndicatorBounds$1;-><init>()V
17163 HSPLandroid/view/PrivacyIndicatorBounds$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/Priv…
17164PrivacyIndicatorBounds$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;+]Landroid/view/
17165 HSPLandroid/view/PrivacyIndicatorBounds;-><clinit>()V
17166 HSPLandroid/view/PrivacyIndicatorBounds;-><init>()V
17168 HSPLandroid/view/PrivacyIndicatorBounds;-><init>([Landroid/graphics/Rect;I)V
17169 HSPLandroid/view/PrivacyIndicatorBounds;->equals(Ljava/lang/Object;)Z+]Ljava/lang/Object;Landroid/v…
17170 …w/PrivacyIndicatorBounds;->inset(IIII)Landroid/view/PrivacyIndicatorBounds;+]Landroid/view/Privacy…
[all …]
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt17038 …iew/PrivacyIndicatorBounds;+]Landroid/graphics/Rect;Landroid/graphics/Rect;]Landroid/view/PrivacyI…
17050 HSPLandroid/view/InsetsState;->getPrivacyIndicatorBounds()Landroid/view/PrivacyIndicatorBounds;
17211 HSPLandroid/view/PrivacyIndicatorBounds$1;-><init>()V
17212 HSPLandroid/view/PrivacyIndicatorBounds$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/Priv…
17213PrivacyIndicatorBounds$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;+]Landroid/view/
17214 HSPLandroid/view/PrivacyIndicatorBounds;-><clinit>()V
17215 HSPLandroid/view/PrivacyIndicatorBounds;-><init>()V
17217 HSPLandroid/view/PrivacyIndicatorBounds;-><init>([Landroid/graphics/Rect;I)V
17218 HSPLandroid/view/PrivacyIndicatorBounds;->equals(Ljava/lang/Object;)Z+]Ljava/lang/Object;Landroid/v…
17219 …w/PrivacyIndicatorBounds;->inset(IIII)Landroid/view/PrivacyIndicatorBounds;+]Landroid/view/Privacy…
[all …]
/aosp12/frameworks/base/services/
H A Dart-profile45635 …ndroid/server/wm/DisplayContent;Landroid/view/PrivacyIndicatorBounds;I)Landroid/view/PrivacyIndica…
45660 …ent;->calculatePrivacyIndicatorBoundsForRotation(I)Landroid/view/PrivacyIndicatorBounds;+]Lcom/and…
45661 …icatorBoundsForRotationUncached(Landroid/view/PrivacyIndicatorBounds;I)Landroid/view/PrivacyIndica…
45937 …erver/wm/utils/WmDisplayCutout;Landroid/view/RoundedCorners;Landroid/view/PrivacyIndicatorBounds;)V
45940PrivacyIndicatorBounds;)Z+]Landroid/view/InsetsState;Landroid/view/InsetsState;]Lcom/android/serve…