/frameworks/base/core/java/com/android/internal/util/ |
D | QuickSelect.java | 33 private static <T> int selectImpl(@NonNull List<T> list, int left, int right, int k, in selectImpl() 50 private static int selectImpl(@NonNull int[] array, int left, int right, int k) { in selectImpl() 66 private static int selectImpl(@NonNull long[] array, int left, int right, int k) { in selectImpl() 82 private static <T> int selectImpl(@NonNull T[] array, int left, int right, int k, in selectImpl() 99 private static <T> int partition(@NonNull List<T> list, int left, int right, int pivotIndex, in partition() 114 private static int partition(@NonNull int[] array, int left, int right, int pivotIndex) { in partition() 128 private static int partition(@NonNull long[] array, int left, int right, int pivotIndex) { in partition() 142 private static <T> int partition(@NonNull T[] array, int left, int right, int pivotIndex, in partition() 157 private static <T> void swap(@NonNull List<T> list, int left, int right) { in swap() 163 private static void swap(@NonNull int[] array, int left, int right) { in swap() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/ |
D | NearestTouchFrameTest.java | 82 View right = mockViewAt(20, 0, 10, 10); in testNoActionOnLargeDevices() local 98 View right = mockViewAt(20, 0, 10, 10); in testInvisibleViews() local 118 View right = mockViewAt(20, 0, 10, 10); in testNearestView_DetachedViewsExcluded() local 135 View right = mockViewAt(20, 0, 10, 10); in testHorizontalSelection_Left() local 151 View right = mockViewAt(20, 0, 10, 10); in testHorizontalSelection_Right() local 229 View right = mockViewAt(15, 0, 5, 20); in testCachedRegionsSplit_horizontal() local
|
/frameworks/base/packages/SystemUI/tests/goldens/ |
D | backgroundAnimation_whenReturning.json | 33 "right": 0, number 39 "right": 200, number 45 "right": 203, number 51 "right": 213, number 57 "right": 240, number 63 "right": 283, number 69 "right": 296, number 75 "right": 303, number 81 "right": 308, number 87 "right": 311, number [all …]
|
D | backgroundAnimation_whenLaunching.json | 33 "right": 0, number 39 "right": 200, number 45 "right": 203, number 51 "right": 213, number 57 "right": 240, number 63 "right": 283, number 69 "right": 296, number 75 "right": 303, number 81 "right": 308, number 87 "right": 311, number [all …]
|
D | backgroundAnimationWithoutFade_whenLaunching.json | 33 "right": 0, number 39 "right": 200, number 45 "right": 203, number 51 "right": 213, number 57 "right": 240, number 63 "right": 283, number 69 "right": 296, number 75 "right": 303, number 81 "right": 308, number 87 "right": 311, number [all …]
|
D | backgroundAnimationWithoutFade_whenReturning.json | 33 "right": 0, number 39 "right": 200, number 45 "right": 203, number 51 "right": 213, number 57 "right": 240, number 63 "right": 283, number 69 "right": 296, number 75 "right": 303, number 81 "right": 308, number 87 "right": 311, number [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GlobalSortKeyComparatorTest.java | 57 NotificationRecord right = new NotificationRecord(getContext(), in testComparator() local 95 NotificationRecord right = new NotificationRecord(getContext(), in testNoCrash_leftNull() local 126 NotificationRecord right = new NotificationRecord(getContext(), in testNoCrash_rightNull() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | RectF.java | 39 public float right; field in RectF 57 public RectF(float left, float top, float right, float bottom) { in RectF() 204 public void set(float left, float top, float right, float bottom) { in set() 309 public boolean contains(float left, float top, float right, float bottom) { in contains() 351 public boolean intersect(float left, float top, float right, float bottom) { in intersect() 424 public boolean intersects(float left, float top, float right, in intersects() 473 public void union(float left, float top, float right, float bottom) { in union()
|
D | Rect.java | 52 public int right; field in Rect 85 public Rect(int left, int top, int right, int bottom) { in Rect() 367 public void set(int left, int top, int right, int bottom) { in set() 464 public void inset(int left, int top, int right, int bottom) { in inset() 499 public boolean contains(int left, int top, int right, int bottom) { in contains() 541 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 619 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 647 public void union(int left, int top, int right, int bottom) { in union()
|
D | Canvas.java | 543 public int saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer() 565 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() 576 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer() 640 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() 651 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 987 public boolean clipRect(float left, float top, float right, float bottom, in clipRect() 1006 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 1021 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() 1039 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 1054 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() [all …]
|
D | Insets.java | 38 public final int right; field in Insets 41 private Insets(int left, int top, int right, int bottom) { in Insets() 60 public static @NonNull Insets of(int left, int top, int right, int bottom) { in of()
|
D | Outline.java | 174 public void setRect(int left, int top, int right, int bottom) { in setRect() 190 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() 243 public void setOval(int left, int top, int right, int bottom) { in setOval()
|
D | Region.java | 81 public Region(int left, int top, int right, int bottom) { in Region() 107 public boolean set(int left, int top, int right, int bottom) { in set() 198 public native boolean quickContains(int left, int top, int right, in quickContains() 215 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject() 275 public boolean op(int left, int top, int right, int bottom, @NonNull Op op) { in op() 431 int top, int right, int bottom); in nativeSetRect() 439 int right, int bottom, int op); in nativeOp()
|
/frameworks/native/libs/binder/ |
D | FdUtils.h | 81 inline bool Socketpair(int domain, int type, int protocol, unique_fd* left, unique_fd* right) { in Socketpair() 93 inline bool Socketpair(int type, unique_fd* left, unique_fd* right) { in Socketpair()
|
/frameworks/minikin/include/minikin/ |
D | Range.h | 73 inline static bool intersects(const Range& left, const Range& right) { in intersects() 77 inline static Range intersection(const Range& left, const Range& right) { in intersection() 83 static Range merge(const Range& left, const Range& right) { in merge()
|
/frameworks/av/media/libaaudio/src/flowgraph/resampler/ |
D | PolyphaseResamplerStereo.cpp | 38 const float right = frame[1]; in writeFrame() local 49 float right = 0.0; in readFrame() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/recycler/ |
D | HorizontalSpacerItemDecoration.kt | 40 val right = if (position == itemCount - 1) offset * 2 else offset in getItemOffsets() constant
|
/frameworks/av/media/module/extractors/mp4/tests/ |
D | HeifCleanApertureUnitTest.cpp | 64 int32_t left, top, right, bottom; in TEST_P() local 76 int32_t right; member 105 int32_t left, top, right, bottom; in TEST_P() local
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | PaintContext.java | 45 float right, in drawArc() 50 public abstract void drawBitmap(int id, float left, float top, float right, float bottom); in drawBitmap() 56 public abstract void drawOval(float left, float top, float right, float bottom); in drawOval() 60 public abstract void drawRect(float left, float top, float right, float bottom); in drawRect() 64 float right, in drawRoundRect() 176 public abstract void clipRect(float left, float top, float right, float bottom); in clipRect()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | ClickArea.java | 55 float right, float bottom, in ClickArea() 106 float left, float top, float right, float bottom, in apply() 124 float right = buffer.readFloat(); in read() local
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | SystemViewInfo.java | 30 int right, int bottom) { in SystemViewInfo() 35 int right, int bottom, Object viewObject, Object accessibilityObject, in SystemViewInfo()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationTimeComparator.java | 30 public int compare(NotificationRecord left, NotificationRecord right) { in compare()
|
D | GlobalSortKeyComparator.java | 29 public int compare(NotificationRecord left, NotificationRecord right) { in compare()
|
/frameworks/base/core/jni/ |
D | jni_common.cpp | 33 jfieldID right; member 45 int right = env->GetIntField(rectObj, gRectClassInfo.right); in rectFromObj() local
|
/frameworks/base/core/proto/android/graphics/ |
D | rect.proto | 29 optional int32 right = 3; field
|