/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothCodecConfigTest.java | 77 int right = kTotalConfigs / left; in selectCodecType() local 85 int right = kTotalConfigs / left; in selectCodecPriority() local 93 int right = kTotalConfigs / left; in selectSampleRate() local 102 int right = kTotalConfigs / left; in selectBitsPerSample() local 111 int right = kTotalConfigs / left; in selectChannelMode() local 120 int right = kTotalConfigs / left; in selectCodecSpecific1() local 130 int right = kTotalConfigs / left; in selectCodecSpecific2() local 140 int right = kTotalConfigs / left; in selectCodecSpecific3() local 151 int right = kTotalConfigs / left; in selectCodecSpecific4() local
|
/frameworks/libs/net/common/framework/android/net/util/ |
D | LinkPropertiesUtils.java | 137 @Nullable LinkProperties left, @Nullable LinkProperties right) { in compareAddresses() 157 @NonNull LinkProperties right) { in isIdenticalAddresses() 172 @NonNull LinkProperties right) { in isIdenticalDnses() 195 @NonNull LinkProperties right) { in isIdenticalHttpProxy() 207 @NonNull LinkProperties right) { in isIdenticalInterfaceName() 219 @NonNull LinkProperties right) { in isIdenticalRoutes()
|
D | NetUtils.java | 39 @NonNull InetAddress right) { in addressTypeMatches()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NearestTouchFrameTest.java | 60 View right = mockViewAt(20, 0, 10, 10); in testNoActionOnLargeDevices() local 76 View right = mockViewAt(20, 0, 10, 10); in testInvisibleViews() local 96 View right = mockViewAt(20, 0, 10, 10); in testNearestView_DetachedViewsExcluded() local 113 View right = mockViewAt(20, 0, 10, 10); in testHorizontalSelection_Left() local 129 View right = mockViewAt(20, 0, 10, 10); in testHorizontalSelection_Right() local
|
/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 | 38 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()
|
D | Rect.java | 50 public int right; field in Rect 83 public Rect(int left, int top, int right, int bottom) { in Rect() 357 public void set(int left, int top, int right, int bottom) { in set() 454 public void inset(int left, int top, int right, int bottom) { in inset() 489 public boolean contains(int left, int top, int right, int bottom) { in contains() 531 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 609 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 637 public void union(int left, int top, int right, int bottom) { in union()
|
D | Insets.java | 37 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()
|
D | Outline.java | 175 public void setRect(int left, int top, int right, int bottom) { in setRect() 191 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() 244 public void setOval(int left, int top, int right, int bottom) { in setOval()
|
D | Region.java | 80 public Region(int left, int top, int right, int bottom) { in Region() 106 public boolean set(int left, int top, int right, int bottom) { in set() 197 public native boolean quickContains(int left, int top, int right, in quickContains() 214 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject() 274 public boolean op(int left, int top, int right, int bottom, @NonNull Op op) { in op() 430 int top, int right, int bottom); in nativeSetRect() 438 int right, int bottom, int op); in nativeOp()
|
D | Path.java | 501 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 532 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath() 563 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect() 583 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval() 618 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 643 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 673 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect() 841 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo() 845 float right, float bottom, int dir); in nAddRect() 847 float right, float bottom, int dir); in nAddOval() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | From2iToMS_16x16.cpp | 33 LVM_INT32 temp1,left,right; in From2iToMS_16x16() local 61 LVM_FLOAT temp1,left,right; in From2iToMS_Float() local
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 84 private void assertRect(Rect rect, int left, int top, int right, int bottom) { in assertRect() 91 private void assertContentInset(WindowState w, int left, int top, int right, int bottom) { in assertContentInset() 92 assertRect(w.getContentInsets(), left, top, right, bottom); in assertContentInset() local 95 private void assertVisibleInset(WindowState w, int left, int top, int right, int bottom) { in assertVisibleInset() 96 assertRect(w.getVisibleInsets(), left, top, right, bottom); in assertVisibleInset() local 99 private void assertStableInset(WindowState w, int left, int top, int right, int bottom) { in assertStableInset() 100 assertRect(w.getStableInsets(), left, top, right, bottom); in assertStableInset() local 103 private void assertFrame(WindowState w, int left, int top, int right, int bottom) { in assertFrame() 104 assertRect(w.getFrameLw(), left, top, right, bottom); in assertFrame() local 123 FrameTestWindowState w, int left, int top, int right, int bottom) { in assertPolicyCrop()
|
/frameworks/minikin/include/minikin/ |
D | Range.h | 72 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/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 layoutParamsObject) { in SystemViewInfo()
|
/frameworks/libs/net/common/devicetests/com/android/testutils/ |
D | NetworkStatsUtils.kt | 42 val right = NetworkStats.Entry() in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | MinimizedDockShadow.java | 53 private void updatePaint(int left, int top, int right, int bottom) { in updatePaint() 82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GlobalSortKeyComparator.java | 29 public int compare(NotificationRecord left, NotificationRecord right) { in compare()
|
/frameworks/base/core/proto/android/graphics/ |
D | rect.proto | 29 optional int32 right = 3; field
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PositionListenerActivity.java | 67 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() 82 public void positionChanged(long frameNumber, int left, int top, int right, int bottom) { in positionChanged()
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_hardware_composer_types.h | 44 int32_t right; member 51 float right; member
|
/frameworks/base/core/java/android/text/style/ |
D | LineBackgroundSpan.java | 49 @Px int left, @Px int right, in drawBackground() 124 @Px int left, @Px int right, in drawBackground()
|
/frameworks/base/core/java/android/transition/ |
D | SidePropagation.java | 95 int right = left + sceneRoot.getWidth(); in getStartDelay() local 122 int left, int top, int right, int bottom) { in distance()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
D | RectFEvaluator.java | 47 float right = startValue.right + ((endValue.right - startValue.right) * fraction); in evaluate() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableOutlineView.java | 108 int right; in getClipPath() local 148 public static void getRoundedRectPath(int left, int top, int right, int bottom, in getRoundedRectPath() 190 int right = getWidth() + (int) (mExtraWidthForClipping + left); in drawChild() local 422 protected void setOutlineRect(float left, float top, float right, float bottom) { in setOutlineRect()
|