Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecConfigTest.java76 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/
DNearestTouchFrameTest.java59 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/
DCardViewBindingAdapter.java37 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/
DInsets.java31 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()
DRect.java43 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()
DRectF.java33 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()
DOutline.java173 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()
DRegion.java76 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()
DPath.java496 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/
DMathExpr.java32 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/
DGlobalSortKeyComparatorTest.java52 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/
DReprocessFormatsMap.java77 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/
DGridLayoutTest.java80 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/
DFrom2iToMS_16x16.c33 LVM_INT32 temp1,left,right; in From2iToMS_16x16() local
62 LVM_FLOAT temp1,left,right; in From2iToMS_Float() 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/java/android/view/
DWindowInsets.java365 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/
DSystemViewInfo.java29 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/
DMinimizedDockShadow.java53 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/
DMoreViewAssertions.java34 public static ViewAssertion left(final Matcher<Integer> matcher) { in left() method in MoreViewAssertions
/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.proto27 optional int32 left = 1; field
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp113 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/
DFocusAfterRemoval.java38 final LinearLayout left = findViewById(R.id.leftLayout); in onCreate() local
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_hardware_composer_types.h42 int32_t left; member
49 float left; member
/frameworks/base/core/tests/coretests/src/android/app/usage/
DUsageStatsTest.java31 private UsageStats left; field in UsageStatsTest

12345678910>>...21