/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothCodecConfigTest.java | 76 int left = kCodecTypeArray.length; in selectCodecType() local 84 int left = kCodecTypeArray.length * kCodecPriorityArray.length; in selectCodecPriority() local 92 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length; in selectSampleRate() local 100 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectBitsPerSample() local 109 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectChannelMode() local 118 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectCodecSpecific1() local 127 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectCodecSpecific2() local 137 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectCodecSpecific3() local 147 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectCodecSpecific4() local
|
/frameworks/libs/net/common/framework/com/android/net/module/util/ |
D | LinkPropertiesUtils.java | 136 public static @NonNull CompareResult<LinkAddress> compareAddresses( in compareAddresses() 156 public static boolean isIdenticalAddresses(@NonNull LinkProperties left, in isIdenticalAddresses() 171 public static boolean isIdenticalDnses(@NonNull LinkProperties left, in isIdenticalDnses() 194 public static boolean isIdenticalHttpProxy(@NonNull LinkProperties left, in isIdenticalHttpProxy() 206 public static boolean isIdenticalInterfaceName(@NonNull LinkProperties left, in isIdenticalInterfaceName() 218 public static boolean isIdenticalRoutes(@NonNull LinkProperties left, in isIdenticalRoutes()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/ |
D | NearestTouchFrameTest.java | 81 View left = mockViewAt(0, 0, 10, 10); in testNoActionOnLargeDevices() local 97 View left = mockViewAt(0, 0, 10, 10); in testInvisibleViews() local 116 View left = mockViewAt(0, 0, 10, 10); in testNearestView_DetachedViewsExcluded() local 134 View left = mockViewAt(0, 0, 10, 10); in testHorizontalSelection_Left() local 150 View left = mockViewAt(0, 0, 10, 10); in testHorizontalSelection_Right() local 228 View left = mockViewAt(0, 0, 5, 20); in testCachedRegionsSplit_horizontal() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GlobalSortKeyComparatorTest.java | 50 NotificationRecord left = new NotificationRecord(getContext(), in testComparator() local 89 NotificationRecord left = new NotificationRecord(getContext(), in testNoCrash_leftNull() local 119 NotificationRecord left = new NotificationRecord(getContext(), in testNoCrash_rightNull() local
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | ReprocessFormatsMap.java | 77 int left = entry.length; in ReprocessFormatsMap() local 132 int left = mEntry.length; in getInputs() local 180 int left = mEntry.length; in getOutputs() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | RectF.java | 36 public float left; 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 | 49 public int left; field in Rect 84 public Rect(int left, int top, int right, int bottom) { in Rect() 358 public void set(int left, int top, int right, int bottom) { in set() 455 public void inset(int left, int top, int right, int bottom) { in inset() 490 public boolean contains(int left, int top, int right, int bottom) { in contains() 532 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 610 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 638 public void union(int left, int top, int right, int bottom) { in union()
|
D | Canvas.java | 527 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 …]
|
D | Insets.java | 35 public final int left; 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 | 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() 430 private static native boolean nativeSetRect(long native_dst, int left, in nativeSetRect() 438 private static native boolean nativeOp(long native_dst, int left, int top, in nativeOp()
|
D | Path.java | 508 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 539 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath() 570 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect() 590 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval() 625 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 650 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 680 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect() 848 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo() 851 private static native void nAddRect(long nPath, float left, float top, in nAddRect() 853 private static native void nAddOval(long nPath, float left, float top, in nAddOval() [all …]
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 70 private void assertRect(Rect rect, int left, int top, int right, int bottom) { in assertRect() 81 private void assertFrame(WindowState w, int left, int top, int right, int bottom) { in assertFrame() 82 assertRect(w.getFrame(), left, top, right, bottom); in assertFrame() local 85 private void assertRelFrame(WindowState w, int left, int top, int right, int bottom) { in assertRelFrame() 86 assertRect(w.getRelativeFrame(), left, top, right, bottom); in assertRelFrame() local
|
D | LetterboxTest.java | 129 LetterboxLayoutVerifier setInner(int left, int top, int right, int bottom) { in setInner() 135 void setBarRect(Rect top, Rect bottom, Rect left, Rect right) { in setBarRect() 245 public SurfaceControl left; field in LetterboxTest.SurfaceControlMocker
|
/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 | 29 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo() 34 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo()
|
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
D | NetworkStatsUtils.kt | 41 val left = NetworkStats.Entry() in <lambda>() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
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/layoutlib/validator/src/com/android/tools/idea/validator/accessibility/ |
D | AtfBufferedImage.java | 58 int left, in AtfBufferedImage() 82 public Image crop(int left, int top, int width, int height) { in crop()
|
/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 | 27 optional int32 left = 1; field
|
/frameworks/native/services/surfaceflinger/ |
D | RefreshRateOverlay.cpp | 57 void RefreshRateOverlay::SevenSegmentDrawer::drawSegment(Segment segment, int left, in drawSegment() 86 void RefreshRateOverlay::SevenSegmentDrawer::drawDigit(int digit, int left, const half4& color, in drawDigit() 135 int left = 0; in drawNumber() local
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | FocusAfterRemoval.java | 38 final LinearLayout left = findViewById(R.id.leftLayout); in onCreate() local
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | From2iToMS_16x16.cpp | 25 LVM_FLOAT temp1, left, right; in From2iToMS_Float() local
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_hardware_composer_types.h | 42 int32_t left; member 49 float left; member
|