/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | CardViewBindingAdapter.java | 39 int right = view.getContentPaddingRight(); in setContentPaddingLeft() local 47 int right = view.getContentPaddingRight(); in setContentPaddingTop() local 53 public static void setContentPaddingRight(CardView view, int right) { in setContentPaddingRight() 64 int right = view.getContentPaddingRight(); in setContentPaddingBottom() local
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | MathExpr.java | 32 MathExpr(Expr left, String op, Expr right) { in MathExpr() 84 final Expr right = getRight(); in getInvertibleError() local 109 final Expr right = getRight(); in generateInverse() local 112 "dynamic: (%s) %s (%s)", left, mOp, right); in generateInverse() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | Insets.java | 33 public final int right; 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 right; field in Rect 76 public Rect(int left, int top, int right, int bottom) { in Rect() 270 public void set(int left, int top, int right, int bottom) { in set() 355 public void inset(int left, int top, int right, int bottom) { in inset() 390 public boolean contains(int left, int top, int right, int bottom) { in contains() 432 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 497 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 525 public void union(int left, int top, int right, int bottom) { in union()
|
D | RectF.java | 35 public float right; 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() 413 int top, int right, int bottom); in nativeSetRect() 421 int right, int bottom, int op); in nativeOp()
|
D | Path.java | 488 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 519 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath() 550 public void addRect(float left, float top, float right, float bottom, Direction dir) { in addRect() 570 public void addOval(float left, float top, float right, float bottom, Direction dir) { in addOval() 605 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 630 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 660 public void addRoundRect(float left, float top, float right, float bottom, float[] radii, in addRoundRect() 837 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo() 841 float right, float bottom, int dir); in nAddRect() 843 float right, float bottom, int dir); in nAddOval() [all …]
|
D | Canvas.java | 483 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() 494 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer() 552 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() 563 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 856 public boolean clipRect(float left, float top, float right, float bottom, in clipRect() 874 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 889 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() 907 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 922 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() 1106 public boolean quickReject(float left, float top, float right, float bottom, in quickReject() [all …]
|
/frameworks/base/services/tests/notification/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/support/v7/gridlayout/tests/src/android/support/v7/widget/ |
D | GridLayoutTest.java | 72 int right = mRightView.getWidth(); in testUseDefaultMargin() local 85 int right = mRightView.getWidth(); in testImplicitFillHorizontal() local 98 int right = mRightView.getWidth(); in testMakeViewGone() local 123 int right = mRightView.getHeight(); in testWrapContentInOtherDirection() local
|
/frameworks/base/tools/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/base/core/java/android/view/ |
D | WindowInsets.java | 320 boolean right, boolean bottom) { in consumeSystemWindowInsets() 344 int right, int bottom) { in replaceSystemWindowInsets() 378 boolean right, boolean bottom) { in consumeWindowDecorInsets() 393 public WindowInsets replaceWindowDecorInsets(int left, int top, int right, int bottom) { in replaceWindowDecorInsets()
|
/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/native/libs/vr/libdvr/include/dvr/ |
D | dvr_hardware_composer_defs.h | 35 int32_t right; member 42 float right; member
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 118 int RecordingCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() 230 bool RecordingCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect() 237 bool RecordingCanvas::clipRect(float left, float top, float right, float bottom, SkClipOp op) { in clipRect() 292 void RecordingCanvas::drawRect(float left, float top, float right, float bottom, const SkPaint& pai… in drawRect() 310 float right = FLT_MIN; in drawSimpleRects() local 363 void RecordingCanvas::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 380 CanvasPropertyPrimitive* right, CanvasPropertyPrimitive* bottom, in drawRoundRect() 421 void RecordingCanvas::drawOval(float left, float top, float right, float bottom, const SkPaint& pai… in drawOval() 431 void RecordingCanvas::drawArc(float left, float top, float right, float bottom, in drawArc()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GlobalSortKeyComparator.java | 29 public int compare(NotificationRecord left, NotificationRecord right) { in compare()
|
/frameworks/support/transition/src/android/support/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/support/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
D | RecyclerViewActivity.java | 120 final int right = getWidth() - getPaddingRight(); in onLayoutChildren() local 152 final int right = getWidth() - getPaddingRight(); in scrollVerticallyBy() local 207 final int right = getWidth() - getPaddingRight(); in onFocusSearchFailed() local
|
/frameworks/support/core-ui/java/android/support/v4/view/ |
D | PagerTabStrip.java | 156 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 267 final int right = mCurrText.getRight() + mTabPadding; in onDraw() local 285 int right = mCurrText.getRight() + mTabPadding; in updateTextPositions() local
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | From2iToMS_16x16.c | 33 LVM_INT32 temp1,left,right; in From2iToMS_16x16() local
|
/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/core/tests/coretests/src/android/app/usage/ |
D | UsageStatsTest.java | 32 private UsageStats right; field in UsageStatsTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardAffordanceHelper.java | 241 public void startHintAnimation(boolean right, in startHintAnimation() 247 private void startHintAnimationPhase1(final boolean right, final Runnable onFinishedListener) { in startHintAnimationPhase1() 279 private void startUnlockHintAnimationPhase2(boolean right, final Runnable onFinishedListener) { in startUnlockHintAnimationPhase2() 296 private ValueAnimator getAnimatorToRadius(final boolean right, int radius) { in getAnimatorToRadius() 344 private void fling(float vel, final boolean snapBack, boolean right) { in fling() 372 boolean right) { in startFinishingCircleAnimation()
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | AdaptiveIconDrawableTest.java | 70 int right = 90 * dpi; in testDraw_withBounds() local 141 int right = 90 * dpi; in testGetIconMaskAfterSetBounds() local 164 int right = 90 * dpi; in testGetOutline_withBounds() local
|