/frameworks/base/graphics/java/android/graphics/ |
D | RectF.java | 35 public float bottom; field in RectF 52 public RectF(float left, float top, float right, float bottom) { in RectF() 141 public void set(float left, float top, float right, float bottom) { in set() 246 public boolean contains(float left, float top, float right, float bottom) { in contains() 288 public boolean intersect(float left, float top, float right, float bottom) { in intersect() 362 float bottom) { in intersects() 410 public void union(float left, float top, float right, float bottom) { in union()
|
D | Rect.java | 37 public int bottom; field in Rect 57 public Rect(int left, int top, int right, int bottom) { in Rect() 235 public void set(int left, int top, int right, int bottom) { in set() 327 public boolean contains(int left, int top, int right, int bottom) { in contains() 369 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 442 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 472 public void union(int left, int top, int right, int bottom) { in union()
|
D | Region.java | 61 public Region(int left, int top, int right, int bottom) { in Region() 86 public boolean set(int left, int top, int right, int bottom) { in set() 176 int bottom); in quickContains() 192 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject() 251 public boolean op(int left, int top, int right, int bottom, Op op) { in op() 354 int top, int right, int bottom); in nativeSetRect() 362 int right, int bottom, int op); in nativeOp()
|
D | Canvas.java | 294 public int saveLayer(float left, float top, float right, float bottom, in saveLayer() 325 public int saveLayerAlpha(float left, float top, float right, float bottom, in saveLayerAlpha() 516 public boolean clipRect(float left, float top, float right, float bottom, in clipRect() 536 float right, float bottom); in clipRect() 552 int right, int bottom); in clipRect() 682 public boolean quickReject(float left, float top, float right, float bottom, in quickReject() 868 public void drawRect(float left, float top, float right, float bottom, in drawRect() 1472 float right, float bottom, in native_clipRect() 1493 float right, float bottom, in native_quickReject() 1510 float bottom, int paint); in native_drawRect()
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
D | RequestRectangleVisibleTest.java | 206 int bottom = xy[1] + view.getHeight(); in assertOnBottomEdgeOfScreen() local 227 int bottom = xy[1] + view.getHeight(); in assertOnTopEdgeOfScreen() local
|
/frameworks/base/core/java/android/text/ |
D | Styled.java | 53 float x, int top, int y, int bottom, in drawUniformRun() 240 float x, int top, int y, int bottom, in drawDirectionalRun() 337 float x, int top, int y, int bottom, in drawText() 395 float x, int top, int y, int bottom, in drawText()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | RecentApplicationsBackground.java | 61 protected boolean setFrame(int left, int top, int right, int bottom) { in setFrame() 96 final int bottom = chld.bottom + bkg.bottom; in draw() local
|
/frameworks/base/native/include/android/ |
D | rect.h | 29 int32_t bottom; member
|
/frameworks/base/core/java/android/text/style/ |
D | LineBackgroundSpan.java | 27 int top, int baseline, int bottom, in drawBackground()
|
D | LeadingMarginSpan.java | 66 int top, int baseline, int bottom, in drawLeadingMargin() 139 int top, int baseline, int bottom, in drawLeadingMargin()
|
D | ReplacementSpan.java | 30 int top, int y, int bottom, Paint paint); in draw()
|
D | QuoteSpan.java | 67 int top, int baseline, int bottom, in drawLeadingMargin()
|
D | IconMarginSpan.java | 43 int top, int baseline, int bottom, in drawLeadingMargin()
|
D | DynamicDrawableSpan.java | 97 int top, int y, int bottom, Paint paint) { in draw()
|
D | BulletSpan.java | 78 int top, int baseline, int bottom, in drawLeadingMargin()
|
D | DrawableMarginSpan.java | 43 int top, int baseline, int bottom, in drawLeadingMargin()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandedView.java | 49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
D | TrackingView.java | 40 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Region_Delegate.java | 182 int left, int top, int right, int bottom) { in quickContains() 194 int left, int top, int right, int bottom) { in quickReject() 297 int left, int top, int right, int bottom) { in nativeSetRect() 372 int left, int top, int right, int bottom, int op) { in nativeOp()
|
/frameworks/base/core/java/android/text/method/ |
D | Touch.java | 41 int bottom = layout.getLineForVertical(y + widget.getHeight() - in scrollTo() local 81 int bottom = layout.getLineForVertical(y + widget.getHeight() in getMaxScrollX() local
|
D | ScrollingMovementMethod.java | 43 int bottom = layout.getLineForVertical(scrolly + widget.getHeight() - in left() local 73 int bottom = layout.getLineForVertical(scrolly + widget.getHeight() - in right() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 93 float bottom, float top) { in gluOrtho2D() 114 float bottom = -top; in gluPerspective() local
|
/frameworks/base/core/jni/android/graphics/ |
D | Region.cpp | 29 …ean Region_setRect(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom) { in Region_setRect() 48 …Region_op0(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom, int op) { in Region_op0() 83 …olean Region_quickContains(JNIEnv* env, jobject region, int left, int top, int right, int bottom) { in Region_quickContains() 87 …ean Region_quickRejectIIII(JNIEnv* env, jobject region, int left, int top, int right, int bottom) { in Region_quickRejectIIII()
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 568 final int bottom = getScrollRange(); in onTouchEvent() local 708 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() 856 private boolean scrollAndFocus(int direction, int top, int bottom) { in scrollAndFocus() 993 final int bottom = getChildAt(0).getHeight(); in smoothScrollBy() local 1206 int bottom = getChildAt(0).getBottom(); in computeScrollDeltaToGetChildRectOnScreen() local 1349 int bottom = getChildAt(0).getHeight(); in fling() local
|
D | CheckedTextView.java | 143 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
|