/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/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 | 42 public int right; field in Rect 75 public Rect(int left, int top, int right, int bottom) { in Rect() 265 public void set(int left, int top, int right, int bottom) { in set() 350 public void inset(int left, int top, int right, int bottom) { in inset() 385 public boolean contains(int left, int top, int right, int bottom) { in contains() 427 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 492 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 520 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 | 161 public void setRect(int left, int top, int right, int bottom) { in setRect() 177 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() 227 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 | 483 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 514 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath() 545 public void addRect(float left, float top, float right, float bottom, Direction dir) { in addRect() 565 public void addOval(float left, float top, float right, float bottom, Direction dir) { in addOval() 600 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 625 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 655 public void addRoundRect(float left, float top, float right, float bottom, float[] radii, in addRoundRect() 829 float right, float bottom, float startAngle, in native_arcTo() 833 float right, float bottom, int dir); in native_addRect() 835 float right, float bottom, int dir); in native_addOval() [all …]
|
/frameworks/support/v7/gridlayout/tests/src/android/support/v7/widget/ |
D | GridLayoutTest.java | 71 int right = mRightView.getWidth(); in testUseDefaultMargin() local 84 int right = mRightView.getWidth(); in testImplicitFillHorizontal() local 97 int right = mRightView.getWidth(); in testMakeViewGone() local 122 int right = mRightView.getHeight(); in testWrapContentInOtherDirection() local
|
/frameworks/base/test-runner/src/junit/runner/ |
D | Sorter.java | 13 public void swap(Vector values, int left, int right); in swap() 16 public static void sortStrings(Vector values , int left, int right, Swapper swapper) { in sortStrings()
|
/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/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | MathExpr.java | 27 MathExpr(Expr left, String op, Expr right) { in MathExpr() 109 final Expr right = getRight(); in toInverseCode() local
|
/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/libs/hwui/ |
D | RecordingCanvas.cpp | 118 int RecordingCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() 226 bool RecordingCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect() 233 bool RecordingCanvas::clipRect(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRect() 291 void RecordingCanvas::drawRect(float left, float top, float right, float bottom, const SkPaint& pai… in drawRect() 307 float right = FLT_MIN; in drawSimpleRects() local 357 void RecordingCanvas::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 372 CanvasPropertyPrimitive* right, CanvasPropertyPrimitive* bottom, in drawRoundRect() 412 void RecordingCanvas::drawOval(float left, float top, float right, float bottom, const SkPaint& pai… in drawOval() 420 void RecordingCanvas::drawArc(float left, float top, float right, float bottom, in drawArc()
|
D | OpenGLRenderer.cpp | 119 float left, float top, float right, float bottom, bool opaque) { in setupFrameState() 144 float left, float top, float right, float bottom, bool opaque) { in prepareDirty() 160 void OpenGLRenderer::discardFramebuffer(float left, float top, float right, float bottom) { in discardFramebuffer() 174 void OpenGLRenderer::clear(float left, float top, float right, float bottom, bool opaque) { in clear() 472 int OpenGLRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() 530 int OpenGLRenderer::saveLayerDeferred(float left, float top, float right, float bottom, in saveLayerDeferred() 606 bool OpenGLRenderer::createLayer(float left, float top, float right, float bottom, in createLayer() 1023 const float right, const float bottom, const Matrix4& transform) { in dirtyLayer() 1032 const float right, const float bottom) { in dirtyLayer() 1359 bool OpenGLRenderer::quickRejectSetupScissor(float left, float top, float right, float bottom, in quickRejectSetupScissor()
|
D | DisplayListCanvas.cpp | 130 int DisplayListCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() 185 bool DisplayListCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect() 195 bool DisplayListCanvas::clipRect(float left, float top, float right, float bottom, in clipRect() 345 void DisplayListCanvas::drawRect(float left, float top, float right, float bottom, in drawRect() 350 void DisplayListCanvas::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 357 CanvasPropertyPrimitive* right, CanvasPropertyPrimitive* bottom, in drawRoundRect() 387 void DisplayListCanvas::drawOval(float left, float top, float right, float bottom, in drawOval() 392 void DisplayListCanvas::drawArc(float left, float top, float right, float bottom, in drawArc()
|
D | Rect.h | 46 float right; variable 62 inline Rect(float left, float top, float right, float bottom): in Rect() 105 inline void set(float left, float top, float right, float bottom) { in set()
|
D | SkiaCanvas.cpp | 343 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() 353 int SkiaCanvas::saveLayerAlpha(float left, float top, float right, float bottom, in saveLayerAlpha() 483 bool SkiaCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect() 492 bool SkiaCanvas::clipRect(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRect() 575 void SkiaCanvas::drawRect(float left, float top, float right, float bottom, in drawRect() 589 void SkiaCanvas::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 599 void SkiaCanvas::drawOval(float left, float top, float right, float bottom, const SkPaint& paint) { in drawOval() 604 void SkiaCanvas::drawArc(float left, float top, float right, float bottom, in drawArc() 779 uirenderer::CanvasPropertyPrimitive* top, uirenderer::CanvasPropertyPrimitive* right, in AnimatedRoundRect() 828 uirenderer::CanvasPropertyPrimitive* top, uirenderer::CanvasPropertyPrimitive* right, in drawRoundRect()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GlobalSortKeyComparator.java | 25 public int compare(NotificationRecord left, NotificationRecord right) { in compare()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | RecentApplicationsBackground.java | 60 protected boolean setFrame(int left, int top, int right, int bottom) { in setFrame() 105 int left, right; in draw() local
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerTabStrip.java | 155 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 266 final int right = mCurrText.getRight() + mTabPadding; in onDraw() local 284 int right = mCurrText.getRight() + mTabPadding; in updateTextPositions() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardAffordanceHelper.java | 240 public void startHintAnimation(boolean right, in startHintAnimation() 246 private void startHintAnimationPhase1(final boolean right, final Runnable onFinishedListener) { in startHintAnimationPhase1() 278 private void startUnlockHintAnimationPhase2(boolean right, final Runnable onFinishedListener) { in startUnlockHintAnimationPhase2() 295 private ValueAnimator getAnimatorToRadius(final boolean right, int radius) { in getAnimatorToRadius() 343 private void fling(float vel, final boolean snapBack, boolean right) { in fling() 371 boolean right) { in startFinishingCircleAnimation()
|
/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/native/services/surfaceflinger/DisplayHardware/ |
D | FloatRect.h | 30 float right; variable
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | From2iToMS_16x16.c | 33 LVM_INT32 temp1,left,right; in From2iToMS_16x16() local
|