Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/frameworks/base/core/java/com/android/internal/util/
DQuickSelect.java32 private static <T> int selectImpl(@NonNull List<T> list, int left, int right, int k, in selectImpl()
49 private static int selectImpl(@NonNull int[] array, int left, int right, int k) { in selectImpl()
65 private static int selectImpl(@NonNull long[] array, int left, int right, int k) { in selectImpl()
81 private static <T> int selectImpl(@NonNull T[] array, int left, int right, int k, in selectImpl()
98 private static <T> int partition(@NonNull List<T> list, int left, int right, int pivotIndex, in partition()
113 private static int partition(@NonNull int[] array, int left, int right, int pivotIndex) { in partition()
127 private static int partition(@NonNull long[] array, int left, int right, int pivotIndex) { in partition()
141 private static <T> int partition(@NonNull T[] array, int left, int right, int pivotIndex, in partition()
156 private static <T> void swap(@NonNull List<T> list, int left, int right) { in swap()
162 private static void swap(@NonNull int[] array, int left, int right) { in swap()
[all …]
/frameworks/libs/net/common/framework/com/android/net/module/util/
DLinkPropertiesUtils.java137 @Nullable LinkProperties left, @Nullable LinkProperties right) { in compareAddresses()
158 @Nullable LinkProperties right) { in isIdenticalAllLinkAddresses()
175 @NonNull LinkProperties right) { in isIdenticalAddresses()
190 @NonNull LinkProperties right) { in isIdenticalDnses()
213 @NonNull LinkProperties right) { in isIdenticalHttpProxy()
225 @NonNull LinkProperties right) { in isIdenticalInterfaceName()
237 @NonNull LinkProperties right) { in isIdenticalRoutes()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
DNearestTouchFrameTest.java82 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/services/tests/uiservicestests/src/com/android/server/notification/
DGlobalSortKeyComparatorTest.java57 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/
DRectF.java38 public float right; field in RectF
56 public RectF(float left, float top, float right, float bottom) { in RectF()
203 public void set(float left, float top, float right, float bottom) { in set()
308 public boolean contains(float left, float top, float right, float bottom) { in contains()
350 public boolean intersect(float left, float top, float right, float bottom) { in intersect()
423 public boolean intersects(float left, float top, float right, in intersects()
472 public void union(float left, float top, float right, float bottom) { in union()
DRect.java51 public int right; field in Rect
84 public Rect(int left, int top, int right, int bottom) { in Rect()
366 public void set(int left, int top, int right, int bottom) { in set()
463 public void inset(int left, int top, int right, int bottom) { in inset()
498 public boolean contains(int left, int top, int right, int bottom) { in contains()
540 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
618 public boolean intersects(int left, int top, int right, int bottom) { in intersects()
646 public void union(int left, int top, int right, int bottom) { in union()
DCanvas.java527 public int saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer()
549 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer()
560 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer()
624 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha()
635 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha()
958 public boolean clipRect(float left, float top, float right, float bottom, in clipRect()
977 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect()
992 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect()
1010 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect()
1025 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect()
[all …]
DInsets.java37 public final int right; field in Insets
40 private Insets(int left, int top, int right, int bottom) { in Insets()
59 public static @NonNull Insets of(int left, int top, int right, int bottom) { in of()
DOutline.java174 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()
DRegion.java81 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()
DPath.java510 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo()
558 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect()
577 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval()
610 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc()
634 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect()
663 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect()
854 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo()
858 float right, float bottom, int dir); in nAddRect()
860 float right, float bottom, int dir); in nAddOval()
862 private static native void nAddArc(long nPath, float left, float top, float right, float bottom, in nAddArc()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/recycler/
DHorizontalSpacerItemDecoration.kt40 val right = if (position == itemCount - 1) offset * 2 else offset in getItemOffsets() constant
/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DPolyphaseResamplerStereo.cpp38 const float right = frame[1]; in writeFrame() local
49 float right = 0.0; in readFrame() local
/frameworks/minikin/include/minikin/
DRange.h72 inline static bool intersects(const Range& left, const Range& right) { in intersects()
76 inline static Range intersection(const Range& left, const Range& right) { in intersection()
82 static Range merge(const Range& left, const Range& right) { in merge()
/frameworks/base/core/jni/
Djni_common.cpp31 jfieldID right; member
38 int right = env->GetIntField(rectObj, gRectClassInfo.right); in rectFromObj() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DSystemViewInfo.java30 int right, int bottom) { in SystemViewInfo()
35 int right, int bottom, Object viewObject, Object layoutParamsObject) { in SystemViewInfo()
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DNetworkStatsUtils.kt42 val right = NetworkStats.Entry() in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/notification/
DGlobalSortKeyComparator.java29 public int compare(NotificationRecord left, NotificationRecord right) { in compare()
/frameworks/base/core/proto/android/graphics/
Drect.proto29 optional int32 right = 3; field
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_hardware_composer_types.h44 int32_t right; member
51 float right; member
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DFrom2iToMS_16x16.cpp25 LVM_FLOAT temp1, left, right; in From2iToMS_Float() local
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupTest.java199 TestView(Context context, int right) { in TestView()
203 TestView(Context context, int left, int top, int right, int bottom) { in TestView()
/frameworks/base/core/java/android/text/style/
DLineBackgroundSpan.java49 @Px int left, @Px int right, in drawBackground()
124 @Px int left, @Px int right, in drawBackground()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DBlurActivity.java74 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxTest.java134 LetterboxLayoutVerifier setInner(int left, int top, int right, int bottom) { in setInner()
140 void setBarRect(Rect top, Rect bottom, Rect left, Rect right) { in setBarRect()
279 public SurfaceControl right; field in LetterboxTest.SurfaceControlMocker

12345678910>>...18