/frameworks/support/compat/java/android/support/v4/widget/ |
D | TextViewCompat.java | 39 @Nullable Drawable bottom); in setCompoundDrawablesRelative() 42 @Nullable Drawable bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds() 45 @DrawableRes int bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds() 56 @Nullable Drawable bottom) { in setCompoundDrawablesRelative() 63 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 70 @DrawableRes int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 111 @Nullable Drawable bottom) { in setCompoundDrawablesRelative() 118 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 126 @DrawableRes int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 141 @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/compat/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/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() 834 float right, float bottom, float startAngle, in native_arcTo() 838 float right, float bottom, int dir); in native_addRect() 840 float right, float bottom, int dir); in native_addOval() [all …]
|
/frameworks/support/compat/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/support/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
D | RecyclerViewActivity.java | 119 int bottom; in onLayoutChildren() local 166 final int bottom = getDecoratedTop(topView); in scrollVerticallyBy() local 187 final int bottom = top + getDecoratedMeasuredHeight(v); in scrollVerticallyBy() local 216 final int bottom = getDecoratedTop(getChildAt(0)); in onFocusSearchFailed() local 234 final int bottom = top + getDecoratedMeasuredHeight(v); in onFocusSearchFailed() local
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | DividerItemDecoration.java | 126 final int bottom = mBounds.bottom + Math.round(ViewCompat.getTranslationY(child)); in drawVertical() local 137 final int bottom; in drawHorizontal() local 142 parent.getWidth() - parent.getPaddingRight(), bottom); in drawHorizontal() 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/support/design/tests/src/android/support/design/widget/ |
D | TextInputLayoutTest.java | 173 final Drawable bottom = new ColorDrawable(Color.BLACK); in testPasswordToggleMaintainsCompoundDrawables() local 263 final Drawable bottom = new ColorDrawable(Color.BLACK); in testMaintainsLeftRightCompoundDrawables() local 294 final Drawable bottom = new ColorDrawable(Color.BLACK); in testMaintainsStartEndCompoundDrawables() local
|
/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/native/services/surfaceflinger/DisplayHardware/ |
D | FloatRect.h | 31 float bottom; variable
|
/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() 265 final int bottom = height; in onDraw() local 283 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/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() 237 bool RecordingCanvas::clipRect(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRect() 295 void RecordingCanvas::drawRect(float left, float top, float right, float bottom, const SkPaint& pai… in drawRect() 314 float bottom = FLT_MIN; in drawSimpleRects() local 366 void RecordingCanvas::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 383 CanvasPropertyPrimitive* right, CanvasPropertyPrimitive* bottom, in drawRoundRect() 424 void RecordingCanvas::drawOval(float left, float top, float right, float bottom, const SkPaint& pai… in drawOval() 434 void RecordingCanvas::drawArc(float left, float top, float right, float bottom, in drawArc()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/ |
D | RectFEvaluator.java | 48 float bottom = startValue.bottom + ((endValue.bottom - startValue.bottom) * fraction); in evaluate() local
|