| /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/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
| D | NearestTouchFrameTest.java | 59 View left = mockViewAt(0, 0, 10, 10); in testNoActionOnLargeDevices() local 75 View left = mockViewAt(0, 0, 10, 10); in testInvisibleViews() local 94 View left = mockViewAt(0, 0, 10, 10); in testNearestView_DetachedViewsExcluded() local 112 View left = mockViewAt(0, 0, 10, 10); in testHorizontalSelection_Left() local 128 View left = mockViewAt(0, 0, 10, 10); in testHorizontalSelection_Right() local
|
| /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
| D | CardViewBindingAdapter.java | 37 public static void setContentPaddingLeft(CardView view, int left) { in setContentPaddingLeft() 46 int left = view.getContentPaddingLeft(); in setContentPaddingTop() local 54 int left = view.getContentPaddingLeft(); in setContentPaddingRight() local 62 int left = view.getContentPaddingLeft(); in setContentPaddingBottom() local
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Insets.java | 31 public final int left; field in Insets 36 private Insets(int left, int top, int right, int bottom) { in Insets() 55 public static Insets of(int left, int top, int right, int bottom) { in of()
|
| D | Rect.java | 43 public int left; field in Rect 78 public Rect(int left, int top, int right, int bottom) { in Rect() 299 public void set(int left, int top, int right, int bottom) { in set() 384 public void inset(int left, int top, int right, int bottom) { in inset() 419 public boolean contains(int left, int top, int right, int bottom) { in contains() 461 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 539 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 567 public void union(int left, int top, int right, int bottom) { in union()
|
| D | RectF.java | 33 public float left; field in RectF 53 public RectF(float left, float top, float right, float bottom) { in RectF() 197 public void set(float left, float top, float right, float bottom) { in set() 302 public boolean contains(float left, float top, float right, float bottom) { in contains() 344 public boolean intersect(float left, float top, float right, float bottom) { in intersect() 417 public boolean intersects(float left, float top, float right, in intersects() 466 public void union(float left, float top, float right, float bottom) { in union()
|
| D | Outline.java | 173 public void setRect(int left, int top, int right, int bottom) { in setRect() 189 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() 242 public void setOval(int left, int top, int right, int bottom) { in setOval()
|
| D | Region.java | 76 public Region(int left, int top, int right, int bottom) { in Region() 102 public boolean set(int left, int top, int right, int bottom) { in set() 191 public native boolean quickContains(int left, int top, int right, in quickContains() 208 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject() 267 public boolean op(int left, int top, int right, int bottom, Op op) { in op() 412 private static native boolean nativeSetRect(long native_dst, int left, in nativeSetRect() 420 private static native boolean nativeOp(long native_dst, int left, int top, in nativeOp()
|
| D | Path.java | 496 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 527 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath() 558 public void addRect(float left, float top, float right, float bottom, Direction dir) { in addRect() 578 public void addOval(float left, float top, float right, float bottom, Direction dir) { in addOval() 613 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 638 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 668 public void addRoundRect(float left, float top, float right, float bottom, float[] radii, in addRoundRect() 836 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo() 839 private static native void nAddRect(long nPath, float left, float top, in nAddRect() 841 private static native void nAddOval(long nPath, float left, float top, in nAddOval() [all …]
|
| /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
| D | MathExpr.java | 32 MathExpr(Expr left, String op, Expr right) { in MathExpr() 83 final Expr left = getLeft(); in getInvertibleError() local 108 final Expr left = getLeft(); in generateInverse() local 112 "dynamic: (%s) %s (%s)", left, mOp, right); in generateInverse() local
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
| D | GlobalSortKeyComparatorTest.java | 52 NotificationRecord left = new NotificationRecord(getContext(), in testComparator() local 91 NotificationRecord left = new NotificationRecord(getContext(), in testNoCrash_leftNull() local 121 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/support/gridlayout/src/androidTest/java/androidx/gridlayout/widget/ |
| D | GridLayoutTest.java | 80 int left = mLeftView.getWidth(); in testUseDefaultMargin() local 93 int left = mLeftView.getWidth(); in testImplicitFillHorizontal() local 106 int left = mLeftView.getWidth(); in testMakeViewGone() local 131 int left = mLeftView.getHeight(); in testWrapContentInOtherDirection() local
|
| /frameworks/av/media/libeffects/lvm/lib/Common/src/ |
| D | From2iToMS_16x16.c | 33 LVM_INT32 temp1,left,right; in From2iToMS_16x16() local 62 LVM_FLOAT temp1,left,right; in From2iToMS_Float() local
|
| /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/base/core/java/android/view/ |
| D | WindowInsets.java | 365 public WindowInsets consumeSystemWindowInsets(boolean left, boolean top, in consumeSystemWindowInsets() 389 public WindowInsets replaceSystemWindowInsets(int left, int top, in replaceSystemWindowInsets() 423 public WindowInsets consumeWindowDecorInsets(boolean left, boolean top, in consumeWindowDecorInsets() 439 public WindowInsets replaceWindowDecorInsets(int left, int top, int right, int bottom) { in replaceWindowDecorInsets() 581 public WindowInsets inset(int left, int top, int right, int bottom) { in inset() 632 private static Rect insetInsets(Rect insets, int left, int top, int right, int bottom) { in insetInsets()
|
| /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/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/support/wear/src/androidTest/java/androidx/wear/widget/util/ |
| D | MoreViewAssertions.java | 34 public static ViewAssertion left(final Matcher<Integer> matcher) { in left() method in MoreViewAssertions
|
| /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/base/libs/hwui/ |
| D | RecordingCanvas.cpp | 113 int RecordingCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() 222 bool RecordingCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect() 229 bool RecordingCanvas::clipRect(float left, float top, float right, float bottom, SkClipOp op) { in clipRect() 277 void RecordingCanvas::drawRect(float left, float top, float right, float bottom, in drawRect() 292 float left = FLT_MAX; in drawSimpleRects() local 345 void RecordingCanvas::drawRoundRect(float left, float top, float right, float bottom, float rx, in drawRoundRect() 358 void RecordingCanvas::drawRoundRect(CanvasPropertyPrimitive* left, CanvasPropertyPrimitive* top, in drawRoundRect() 394 void RecordingCanvas::drawOval(float left, float top, float right, float bottom, in drawOval() 403 void RecordingCanvas::drawArc(float left, float top, float right, float bottom, float startAngle, in drawArc() 433 void RecordingCanvas::drawBitmap(Bitmap& bitmap, float left, float top, const SkPaint* paint) { in drawBitmap()
|
| /frameworks/base/core/tests/coretests/src/android/widget/focus/ |
| D | FocusAfterRemoval.java | 38 final LinearLayout left = findViewById(R.id.leftLayout); in onCreate() local
|
| /frameworks/native/libs/vr/libdvr/include/dvr/ |
| D | dvr_hardware_composer_types.h | 42 int32_t left; member 49 float left; member
|
| /frameworks/base/core/tests/coretests/src/android/app/usage/ |
| D | UsageStatsTest.java | 31 private UsageStats left; field in UsageStatsTest
|