Searched defs:bottom (Results 26 - 50 of 223) sorted by relevance

123456789

/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java81 int top, int baseline, int bottom,
103 c.translate(x + dir * BULLET_RADIUS, (top + bottom) / 2.0f);
107 c.drawCircle(x + dir * BULLET_RADIUS, (top + bottom) / 2.0f, BULLET_RADIUS, p);
80 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout l) argument
H A DLeadingMarginSpan.java60 * @param bottom the bottom of the line
69 int top, int baseline, int bottom,
146 int top, int baseline, int bottom,
67 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
144 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
H A DQuoteSpan.java67 int top, int baseline, int bottom,
76 c.drawRect(x, top, x + dir * STRIPE_WIDTH, bottom, p);
66 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
/frameworks/base/core/java/android/view/
H A DHardwareCanvas.java114 CanvasProperty<Float> right, CanvasProperty<Float> bottom,
113 drawRoundRect(CanvasProperty<Float> left, CanvasProperty<Float> top, CanvasProperty<Float> right, CanvasProperty<Float> bottom, CanvasProperty<Float> rx, CanvasProperty<Float> ry, CanvasProperty<Paint> paint) argument
H A DWindowManagerInternal.java69 * @param bottom The rectangle bottom.
71 public void onRectangleOnScreenRequested(int left, int top, int right, int bottom); argument
H A DHardwareLayer.java154 int left, int top, int right, int bottom);
153 nUpdateRenderLayer(long layerUpdater, long displayList, int left, int top, int right, int bottom) argument
/frameworks/base/core/java/android/view/inputmethod/
H A DSparseRectFArray.java46 * {@code rects[mKeys[0]].right}, {@code rects[mKeys[0]].bottom},
48 * {@code rects[mKeys[1]].right}, {@code rects[mKeys[1]].bottom},
197 * @param bottom bottom of the rectangle.
203 final float left, final float top, final float right, final float bottom,
211 mCoordinates[baseCoordinatesIndex + 3] = bottom;
202 append(final int key, final float left, final float top, final float right, final float bottom, final int flags) argument
/frameworks/base/graphics/java/android/graphics/
H A DOutline.java142 public void setRect(int left, int top, int right, int bottom) { argument
143 setRoundRect(left, top, right, bottom, 0.0f);
150 setRect(rect.left, rect.top, rect.right, rect.bottom);
158 public void setRoundRect(int left, int top, int right, int bottom, float radius) { argument
159 if (left >= right || top >= bottom) {
165 mRect.set(left, top, right, bottom);
174 setRoundRect(rect.left, rect.top, rect.right, rect.bottom, radius);
180 public void setOval(int left, int top, int right, int bottom) { argument
181 if (left >= right || top >= bottom) {
186 if ((bottom
[all...]
/frameworks/base/libs/hwui/
H A DOutline.h34 void setRoundRect(int left, int top, int right, int bottom, float radius, float alpha) { argument
36 mBounds.set(left, top, right, bottom);
39 mPath.addRoundRect(SkRect::MakeLTRB(left, top, right, bottom),
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DFadedEdgeDrawHelper.java86 int left, int right, int top, int bottom, int scrollX, int scrollY,
116 // clip the fade length if top and bottom fades overlap
118 if (mIsVertical && (top + length > bottom - length)) {
119 length = (bottom - top) / 2;
159 mFadeMatrix.postTranslate(left, bottom);
162 canvas.drawRect(left, bottom - length, right, bottom, mFadePaint);
171 canvas.drawRect(left, top, left + length, bottom, mFadePaint);
180 canvas.drawRect(right - length, top, right, bottom, mFadePaint);
85 drawCallback(Canvas canvas, int left, int right, int top, int bottom, int scrollX, int scrollY, float topFadingEdgeStrength, float bottomFadingEdgeStrength, float leftFadingEdgeStrength, float rightFadingEdgeStrength, int mPaddingTop) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSpeedBumpView.java60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
61 super.onLayout(changed, left, top, right, bottom);
H A DStackScrollerDecorView.java49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
50 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java89 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
91 if (left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java60 protected boolean setFrame(int left, int top, int right, int bottom) { argument
62 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
65 return super.setFrame(left, top, right, bottom);
101 final int bottom = chld.bottom + bkg.bottom;
115 background.setBounds(left, top, right, bottom);
145 r.bottom = r.right = Integer.MIN_VALUE;
153 r.bottom = Math.max(r.bottom,
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DStatsFilter.java115 float top, float right, float bottom, float[] statsArray);
114 regionscore(ByteBuffer imageBuffer, int width, int height, float left, float top, float right, float bottom, float[] statsArray) argument
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DInvisibleRecipientChip.java96 final float x, final int top, final int y, final int bottom, final Paint paint) {
95 draw(final Canvas canvas, final CharSequence text, final int start, final int end, final float x, final int top, final int y, final int bottom, final Paint paint) argument
H A DReplacementDrawableSpan.java35 fm.ascent = Math.min(fm.top, fm.top + (textHeight - bounds.bottom) / 2) - halfMargin;
36 fm.descent = Math.max(fm.bottom, fm.bottom + (bounds.bottom - textHeight) / 2)
39 fm.bottom = fm.descent;
51 int y, int bottom, Paint paint) {
53 int transY = (bottom - mDrawable.getBounds().bottom + top) / 2;
50 draw(Canvas canvas, CharSequence charSequence, int start, int end, float x, int top, int y, int bottom, Paint paint) argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DScaleFrameLayout.java62 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
83 parentBottom = (int)(pivotY + (bottom - top - pivotY) / mLayoutScaleY + 0.5f)
87 parentBottom = bottom - top - getPaddingBottom();
/frameworks/support/v4/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java76 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { argument
77 return new WindowInsetsCompatApi21(mSource.replaceSystemWindowInsets(left, top, right, bottom));
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java37 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom); argument
65 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { argument
116 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { argument
117 DrawableCompatL.setHotspotBounds(drawable, left, top, right, bottom);
214 int right, int bottom) {
215 IMPL.setHotspotBounds(drawable, left, top, right, bottom);
213 setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) argument
/frameworks/volley/src/com/android/volley/toolbox/
H A DNetworkImageView.java196 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
197 super.onLayout(changed, left, top, right, bottom);
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp135 /*bottom*/activeAreaHeight - 1,
153 /*bottom*/activeAreaHeight - 1,
171 /*bottom*/activeAreaHeight - 1,
189 /*bottom*/activeAreaHeight - 1,
208 uint32_t bottom,
250 bottom,
206 addGainMap(uint32_t top, uint32_t left, uint32_t bottom, uint32_t right, uint32_t plane, uint32_t planes, uint32_t rowPitch, uint32_t colPitch, uint32_t mapPointsV, uint32_t mapPointsH, double mapSpacingV, double mapSpacingH, double mapOriginV, double mapOriginH, uint32_t mapPlanes, const float* mapGains) argument
/frameworks/av/media/libeffects/testlibs/
H A DAudioEqualizer.cpp86 const int32_t bottom = Effects_log2(kMinFreq); local
88 const int32_t jump = (top - bottom) / (mNumPeaking + 2);
89 int32_t centerFreq = bottom + jump/2;
/frameworks/av/media/libstagefright/
H A DMetaData.cpp83 int32_t right, int32_t bottom) {
88 r.mBottom = bottom;
172 int32_t *right, int32_t *bottom) {
186 *bottom = r->mBottom;
80 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
169 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java201 return bottom(widget, buffer);
219 return bottom(widget, buffer);
237 return bottom(widget, buffer);
329 * Performs a bottom movement action.
330 * Moves the cursor or scrolls to the bottom of the buffer.
336 protected boolean bottom(TextView widget, Spannable buffer) { method in class:BaseMovementMethod
538 final int bottom = widget.getScrollY() + innerHeight;
539 int bottomLine = layout.getLineForVertical(bottom);
540 if (layout.getLineTop(bottomLine + 1) < bottom + 1) {
588 final int bottom
[all...]

Completed in 347 milliseconds

123456789