Home
last modified time | relevance | path

Searched defs:Bounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DImage.h88 struct Bounds { struct
94 explicit Bounds() = default; argument
95 inline explicit Bounds(int32_t l, int32_t t, int32_t r, int32_t b) in Bounds() function
/frameworks/base/core/java/android/view/
DWindowInsetsAnimation.java187 public static final class Bounds { class in WindowInsetsAnimation
192 public Bounds(@NonNull Insets lowerBound, @NonNull Insets upperBound) { in Bounds() method in WindowInsetsAnimation.Bounds
DDisplayCutout.java182 private static class Bounds { class in DisplayCutout
185 private Bounds(Rect left, Rect top, Rect right, Rect bottom, boolean copyArguments) { in Bounds() method in DisplayCutout.Bounds
194 private Bounds(Rect[] rects, boolean copyArguments) { in Bounds() method in DisplayCutout.Bounds
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/data/model/
DDisplayContentScenarios.kt155 object Bounds { object