| /frameworks/base/media/mca/filterfw/native/core/ |
| D | geometry.h | 71 struct Rect { struct 74 Rect() { in Rect() argument 79 Rect(float x, float y, float width, float height) { in Rect() function
|
| /frameworks/base/media/mca/filterpacks/native/base/ |
| 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
|
| /frameworks/native/include/ui/ |
| D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|
| /frameworks/native/libs/ui/include_vndk/ui/ |
| D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|
| D | DebugUtils.h | 25 class Rect; variable
|
| /frameworks/native/libs/ui/include/ui/ |
| D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|
| D | DebugUtils.h | 25 class Rect; variable
|
| /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
| D | AMessage.h | 192 struct Rect { struct 193 int32_t mLeft, mTop, mRight, mBottom;
|
| /frameworks/rs/ |
| D | rsFont.h | 52 struct Rect { struct 53 int32_t left; 54 int32_t top; 55 int32_t right; 56 int32_t bottom; 57 void set(int32_t l, int32_t r, int32_t t, int32_t b) { in set()
|
| /frameworks/base/libs/hwui/ |
| 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
|
| /frameworks/av/media/libstagefright/include/media/stagefright/ |
| D | YUVCanvas.h | 31 class Rect; variable
|
| D | FrameCaptureProcessor.h | 27 class Rect; variable
|
| D | YUVImage.h | 44 class Rect; variable
|
| /frameworks/base/graphics/java/android/graphics/ |
| 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
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | StatusBarContentInsetsProvider.kt | 493 private fun Rect.touchesRightEdge(@Rotation rot: Int, width: Int, height: Int): Boolean { in touchesRightEdge() method 502 private fun Rect.touchesLeftEdge(@Rotation rot: Int, width: Int, height: Int): Boolean { in Rect() method 511 private fun Rect.logicalTop(@Rotation rot: Int): Int { in Rect() method 520 private fun Rect.logicalRight(@Rotation rot: Int): Int { in Rect() method 529 private fun Rect.logicalLeft(@Rotation rot: Int): Int { in Rect() method 538 private fun Rect.logicalWidth(@Rotation rot: Int): Int { in Rect() method
|
| /frameworks/native/services/surfaceflinger/DisplayHardware/ |
| D | FramebufferSurface.h | 35 class Rect; variable
|
| /frameworks/base/libs/hwui/renderthread/ |
| D | RenderProxy.h | 41 class Rect; variable
|
| D | CanvasContext.h | 56 class Rect; variable
|
| /frameworks/av/media/libstagefright/include/ |
| D | FrameCaptureLayer.h | 30 class Rect; variable
|
| /frameworks/av/media/libstagefright/foundation/ |
| D | MetaDataBase.cpp | 75 struct MetaDataBase::Rect { struct in android::MetaDataBase 76 int32_t mLeft, mTop, mRight, mBottom;
|
| /frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
| D | TaskFragmentAnimationRunner.java | 204 @NonNull BiFunction<RemoteAnimationTarget, Rect, Animation> animationProvider) { in createOpenCloseAnimationAdapters() argument 249 @NonNull BiFunction<RemoteAnimationTarget, Rect, Animation> animationProvider, in createOpenCloseAnimationAdapter() argument
|
| /frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/ |
| D | TvPipBasicTest.kt | 71 private val Rect.ratio: Float in <lambda>() constant
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
| D | LetterboxAppearanceCalculatorTest.kt | 228 private fun Rect(left: Int, top: Int, right: Int, bottom: Int) = Rect(left, top, right, bottom) method
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
| D | TvPipKeepClearAlgorithm.kt | 767 private fun Rect.offsetCopy(dx: Int, dy: Int) = Rect(this).apply { offset(dx, dy) } in <lambda>() method 768 private fun Rect.intersectsX(other: Rect) = right >= other.left && left <= other.right in <lambda>() method 769 private fun Rect.intersectsY(other: Rect) = bottom >= other.top && top <= other.bottom in <lambda>() method 770 private fun Rect.intersects(other: Rect) = intersectsX(other) && intersectsY(other) in <lambda>() method
|
| /frameworks/native/libs/gui/include/gui/ |
| D | ISurfaceComposer.h | 68 class Rect; variable
|