/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A D | geometry.h | 71 struct Rect { struct 74 Rect() { in Rect() argument 79 Rect(float x, float y, float width, float height) { in Rect() argument
|
/aosp14/frameworks/base/media/mca/filterpacks/native/base/ |
H A D | geometry.h | 88 struct Rect { struct 91 Rect() { in Rect() argument 96 Rect(float x, float y, float width, float height) { in Rect() argument
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarContentInsetsProvider.kt | 493 private fun Rect.touchesRightEdge(@Rotation rot: Int, width: Int, height: Int): Boolean { regex 502 private fun Rect.touchesLeftEdge(@Rotation rot: Int, width: Int, height: Int): Boolean { regex 511 private fun Rect.logicalTop(@Rotation rot: Int): Int { regex 520 private fun Rect.logicalRight(@Rotation rot: Int): Int { regex 529 private fun Rect.logicalLeft(@Rotation rot: Int): Int { regex 538 private fun Rect.logicalWidth(@Rotation rot: Int): Int { regex
|
H A D | LetterboxAppearanceCalculator.kt | 208 private fun Rect.overlapsWith(other: Rect): Boolean { regex
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Rect.h | 53 inline Rect() : left(0), top(0), right(0), bottom(0) {} in Rect() function 55 inline Rect(float left, float top, float right, float bottom) in Rect() function 58 inline Rect(float width, float height) : left(0.0f), top(0.0f), right(width), bottom(height) {} in Rect() function 60 inline Rect(const SkIRect& rect) // NOLINT(google-explicit-constructor) in Rect() function 67 inline Rect(const SkRect& rect) // NOLINT(google-explicit-constructor) in Rect() function
|
H A D | RenderNode.h | 54 class Rect; variable
|
H A D | SkiaCanvas.cpp | 93 Rect, enumerator
|
/aosp14/frameworks/base/core/jni/ |
H A D | jni_common.h | 20 class Rect; variable
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Rect.java | 48 public final class Rect implements Parcelable { class 72 public Rect() {} in Rect() method in Rect 84 public Rect(int left, int top, int right, int bottom) { in Rect() method in Rect 98 public Rect(@Nullable Rect r) { in Rect() method in Rect 112 public Rect(@Nullable Insets r) { in Rect() method in Rect
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/ |
H A D | TvPipBasicTest.kt | 67 private val Rect.ratio: Float regex
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationRunner.java | 201 @NonNull BiFunction<RemoteAnimationTarget, Rect, Animation> animationProvider) { in createOpenCloseAnimationAdapters() argument 246 @NonNull BiFunction<RemoteAnimationTarget, Rect, Animation> animationProvider, in createOpenCloseAnimationAdapter() argument
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderProxy.h | 47 class Rect; variable
|
H A D | CanvasContext.h | 57 class Rect; variable
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipKeepClearAlgorithm.kt | 767 private fun Rect.offsetCopy(dx: Int, dy: Int) = Rect(this).apply { offset(dx, dy) } regex 768 private fun Rect.intersectsX(other: Rect) = right >= other.left && left <= other.right regex 769 private fun Rect.intersectsY(other: Rect) = bottom >= other.top && top <= other.bottom regex 770 private fun Rect.intersects(other: Rect) = intersectsX(other) && intersectsY(other) regex
|
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | MagnifierAnimation.cpp | 28 using Rect = android::uirenderer::Rect; typedef
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InsetsSourceProvider.java | 157 @Nullable TriFunction<DisplayFrames, WindowContainer, Rect, Integer> frameProvider, in setWindowContainer() argument
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | LetterboxAppearanceCalculatorTest.kt | 252 private fun Rect(left: Int, top: Int, right: Int, bottom: Int) = Rect(left, top, right, bottom) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
H A D | SinglePointerTouchProcessorTest.kt | 743 private fun Rect.scaled(scaleFactor: Float) = Rect(this).apply { scale(scaleFactor) } regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipResizeGestureHandler.java | 128 Function<Rect, Rect> movementBoundsSupplier, Runnable updateMovementBoundsRunnable, in PipResizeGestureHandler()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |