Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
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() argument
/frameworks/base/core/java/android/view/
DWindowInsetsAnimation.java188 public static final class Bounds { class in WindowInsetsAnimation
193 public Bounds(@NonNull Insets lowerBound, @NonNull Insets upperBound) { in Bounds() method in WindowInsetsAnimation.Bounds
DDisplayCutout.java144 private static class Bounds { class in DisplayCutout
147 private Bounds(Rect left, Rect top, Rect right, Rect bottom, boolean copyArguments) { in Bounds() method in DisplayCutout.Bounds
156 private Bounds(Rect[] rects, boolean copyArguments) { in Bounds() method in DisplayCutout.Bounds