Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.h71 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 Dgeometry.h88 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 DStatusBarContentInsetsProvider.kt493 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 DLetterboxAppearanceCalculator.kt208 private fun Rect.overlapsWith(other: Rect): Boolean { regex
/aosp14/frameworks/base/libs/hwui/
H A DRect.h53 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 DRenderNode.h54 class Rect; variable
H A DSkiaCanvas.cpp93 Rect, enumerator
/aosp14/frameworks/base/core/jni/
H A Djni_common.h20 class Rect; variable
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRect.java48 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 DTvPipBasicTest.kt67 private val Rect.ratio: Float regex
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationRunner.java201 @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 DRenderProxy.h47 class Rect; variable
H A DCanvasContext.h57 class Rect; variable
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipKeepClearAlgorithm.kt767 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 DMagnifierAnimation.cpp28 using Rect = android::uirenderer::Rect; typedef
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsSourceProvider.java157 @Nullable TriFunction<DisplayFrames, WindowContainer, Rect, Integer> frameProvider, in setWindowContainer() argument
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLetterboxAppearanceCalculatorTest.kt252 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 DSinglePointerTouchProcessorTest.kt743 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 DPipResizeGestureHandler.java128 Function<Rect, Rect> movementBoundsSupplier, Runnable updateMovementBoundsRunnable, in PipResizeGestureHandler()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...