/frameworks/support/v4/java/android/support/v4/widget/ |
D | TextViewCompat.java | 40 @Nullable Drawable bottom); in setCompoundDrawablesRelative() 43 @Nullable Drawable bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds() 46 @DrawableRes int bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds() 56 @Nullable Drawable bottom) { in setCompoundDrawablesRelative() 63 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 70 @DrawableRes int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 106 @Nullable Drawable bottom) { in setCompoundDrawablesRelative() 113 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 121 @DrawableRes int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 131 @Nullable Drawable bottom) { in setCompoundDrawablesRelative() [all …]
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | CardViewBindingAdapter.java | 40 int bottom = view.getContentPaddingBottom(); in setContentPaddingLeft() local 48 int bottom = view.getContentPaddingBottom(); in setContentPaddingTop() local 56 int bottom = view.getContentPaddingBottom(); in setContentPaddingRight() local 61 public static void setContentPaddingBottom(CardView view, int bottom) { in setContentPaddingBottom()
|
/frameworks/support/v4/jellybean-mr2/android/support/v4/widget/ |
D | TextViewCompatJbMr2.java | 29 @Nullable Drawable bottom) { in setCompoundDrawablesRelative() 35 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 41 @DrawableRes int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
|
/frameworks/support/v4/jellybean-mr1/android/support/v4/widget/ |
D | TextViewCompatJbMr1.java | 29 @Nullable Drawable bottom) { in setCompoundDrawablesRelative() 36 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 43 int start, int top, int end, int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Insets.java | 34 public final int bottom; 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 bottom; 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 | 36 public float bottom; 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() 418 float bottom) { 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() 192 int bottom); 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 …]
|
D | Canvas.java | 442 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() 452 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer() 501 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() 511 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 742 public boolean clipRect(float left, float top, float right, float bottom, in clipRect() 760 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 778 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 933 public boolean quickReject(float left, float top, float right, float bottom, in quickReject() 1130 public void drawRect(float left, float top, float right, float bottom, @NonNull Paint paint) { in drawRect() 1151 public void drawOval(float left, float top, float right, float bottom, @NonNull Paint paint) { in drawOval() [all …]
|
/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/base/core/tests/coretests/src/android/widget/scroll/ |
D | RequestRectangleVisibleTest.java | 208 int bottom = xy[1] + view.getHeight(); in assertOnBottomEdgeOfScreen() local 229 int bottom = xy[1] + view.getHeight(); in assertOnTopEdgeOfScreen() local
|
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/ |
D | NavigationBarButton.java | 56 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in setCompoundDrawables() 67 Drawable bottom) { in setCompoundDrawablesRelative()
|
/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() 101 final int bottom = chld.bottom + bkg.bottom; in draw() local
|
/frameworks/base/libs/hwui/ |
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 | RecordingCanvas.cpp | 118 int RecordingCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() 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() 308 float bottom = 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 | Rect.h | 47 float bottom; 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()
|
/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() 264 final int bottom = height; in onDraw() local 282 int bottom = getHeight(); in updateTextPositions() local
|
/frameworks/base/core/java/android/transition/ |
D | SidePropagation.java | 96 int bottom = top + sceneRoot.getHeight(); in getStartDelay() local 122 int left, int top, int right, int bottom) { in distance()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | FloatRect.h | 31 float bottom; variable
|
/frameworks/support/v7/cardview/src/android/support/v7/widget/ |
D | CardView.java | 125 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 129 public void setPaddingRelative(int start, int top, int end, int bottom) { in setPaddingRelative() 182 public void setContentPadding(int left, int top, int right, int bottom) { in setContentPadding()
|
/frameworks/support/design/base/android/support/design/widget/ |
D | ShadowViewDelegate.java | 23 void setShadowPadding(int left, int top, int right, int bottom); in setShadowPadding()
|