Searched defs:bottom (Results 101 - 125 of 306) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h165 void setContentDrawBounds(int left, int top, int right, int bottom) { argument
166 mContentDrawBounds.set(left, top, right, bottom);
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java89 * @param bottom
93 float bottom, float top) {
94 gl.glOrthof(left, right, bottom, top, -1.0f, 1.0f);
114 float bottom = -top;
115 float left = bottom * aspect;
117 gl.glFrustumf(left, right, bottom, top, zNear, zFar);
92 gluOrtho2D(GL10 gl, float left, float right, float bottom, float top) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistDisclosure.java194 // bottom
221 private void drawBeam(Canvas canvas, float left, float top, float right, float bottom, argument
226 bottom + padding,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickQSPanel.java67 public void setPadding(int left, int top, int right, int bottom) { argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java182 int left, int top, int right, int bottom) {
189 regionDelegate.mArea.contains(left, top, right - left, bottom - top);
194 int left, int top, int right, int bottom) {
201 regionDelegate.mArea.intersects(left, top, right - left, bottom - top) == false;
296 int left, int top, int right, int bottom) {
302 dstRegion.mArea = new Area(new Rectangle2D.Float(left, top, right - left, bottom - top));
337 rect.left = rect.top = rect.right = rect.bottom = 0;
344 rect.bottom = bounds.y + bounds.height;
371 int left, int top, int right, int bottom, int op) {
378 new Rectangle2D.Float(left, top, right - left, bottom
181 quickContains(Region thisRegion, int left, int top, int right, int bottom) argument
193 quickReject(Region thisRegion, int left, int top, int right, int bottom) argument
295 nativeSetRect(long native_dst, int left, int top, int right, int bottom) argument
370 nativeOp(long native_dst, int left, int top, int right, int bottom, int op) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DRenderNode_Delegate.java220 /*package*/ static boolean nSetBottom(long renderNode, int bottom) { argument
222 if (delegate != null && delegate.mBottom != bottom) {
223 delegate.mBottom = bottom;
231 int bottom) {
234 .mRight != right || delegate.mBottom != bottom)) {
238 delegate.mBottom = bottom;
230 nSetLeftTopRightBottom(long renderNode, int left, int top, int right, int bottom) argument
/frameworks/native/include/private/ui/
H A DRegionHelper.h79 int inside = spanner.next(current.top, current.bottom);
86 current.top < current.bottom) {
171 SpannerBase::lhs_tail = lhs.rects->bottom + lhs.dy;
175 SpannerBase::rhs_tail = rhs.rects->bottom + rhs.dy;
183 inline int next(TYPE& top, TYPE& bottom) argument
187 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs);
211 aBottom = rects->bottom + reg.dy;
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dfield_of_view.h22 FieldOfView(float left, float right, float bottom, float top) argument
23 : left_(left), right_(right), bottom_(bottom), top_(top) {}
37 void SetBottom(float bottom) { bottom_ = bottom; } argument
/frameworks/rs/
H A DrsMatrix4x4.cpp276 void Matrix4x4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { argument
279 m[5] = 2.f / (top - bottom);
282 m[13]= -(top + bottom) / (top - bottom);
286 void Matrix4x4::loadFrustum(float left, float right, float bottom, float top, float near, float far) { argument
289 m[5] = 2.f * near / (top - bottom);
291 m[9] = (top + bottom) / (top - bottom);
300 float bottom = -top; local
301 float left = bottom * aspec
[all...]
/frameworks/support/compat/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java64 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { argument
226 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { argument
227 drawable.setHotspotBounds(left, top, right, bottom);
411 int right, int bottom) {
412 IMPL.setHotspotBounds(drawable, left, top, right, bottom);
410 setHotspotBounds(@onNull Drawable drawable, int left, int top, int right, int bottom) argument
/frameworks/support/compat/java/android/support/v4/widget/
H A DTextViewCompat.java80 @Nullable Drawable bottom) {
81 textView.setCompoundDrawables(start, top, end, bottom);
86 @Nullable Drawable bottom) {
87 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
92 @DrawableRes int bottom) {
93 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
241 @Nullable Drawable bottom) {
243 textView.setCompoundDrawables(rtl ? end : start, top, rtl ? start : end, bottom);
249 @Nullable Drawable bottom) {
252 rtl ? start : end, bottom);
78 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
84 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
90 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
239 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
247 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
256 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
282 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
289 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
296 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
399 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
419 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
443 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
[all...]
/frameworks/support/core-ui/java/android/support/v4/view/
H A DPagerTabStrip.java38 * android:layout_gravity to TOP or BOTTOM to pin it to the top or bottom
156 public void setPadding(int left, int top, int right, int bottom) { argument
157 if (bottom < mMinPaddingBottom) {
158 bottom = mMinPaddingBottom;
160 super.setPadding(left, top, right, bottom);
265 final int bottom = height;
268 final int top = bottom - mIndicatorHeight;
271 canvas.drawRect(left, top, right, bottom, mTabPaint);
283 int bottom = getHeight();
286 int top = bottom
[all...]
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeProgressBar.java104 mParent, mBounds.left, mBounds.top, mBounds.right, mBounds.bottom);
233 mParent, mBounds.left, mBounds.top, mBounds.right, mBounds.bottom);
270 void setBounds(int left, int top, int right, int bottom) { argument
274 mBounds.bottom = bottom;
/frameworks/support/design/src/android/support/design/internal/
H A DBottomNavigationMenuView.java161 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
164 final int height = bottom - top;
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
H A DExploreByTouchHelperActivity.java81 // Adds an item at the bottom-right quarter of the custom view.
85 // Add an item at the bottom quarter of Item B.
154 * @param bottom Bottom coordinate as a fraction of the parent height,
160 float bottom) {
163 item.mBounds = new RectF(left, top, right, bottom);
198 parent.mBounds.top + bounds.bottom * parent.mBounds.height());
276 out.bottom = (int) (in.bottom * height);
159 addItem(String description, float left, float top, float right, float bottom) argument
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
H A DExploreByTouchHelperActivity.java81 // Adds an item at the bottom-right quarter of the custom view.
85 // Add an item at the bottom quarter of Item B.
154 * @param bottom Bottom coordinate as a fraction of the parent height,
160 float bottom) {
163 item.mBounds = new RectF(left, top, right, bottom);
198 parent.mBounds.top + bounds.bottom * parent.mBounds.height());
276 out.bottom = (int) (in.bottom * height);
159 addItem(String description, float left, float top, float right, float bottom) argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextHelper.java284 void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DAppCompatTextView.java177 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
178 super.onLayout(changed, left, top, right, bottom);
180 mTextHelper.onLayout(changed, left, top, right, bottom);
H A DListViewCompat.java96 mSelectionBottomPadding = padding.bottom;
229 selectorRect.bottom += mSelectionBottomPadding;
399 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
401 super.setHotspotBounds(left, top, right, bottom);
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardView.java45 * sides and <code>maxCardElevation * 1.5 + (1 - cos45) * cornerRadius</code> on top and bottom.
125 public void setPadding(int left, int top, int right, int bottom) { argument
130 public void setPaddingRelative(int start, int top, int end, int bottom) { argument
176 * @param bottom The bottom padding in pixels
183 public void setContentPadding(int left, int top, int right, int bottom) { argument
184 mContentPadding.set(left, top, right, bottom);
247 mContentPadding.bottom = a.getDimensionPixelSize(R.styleable.CardView_contentPaddingBottom,
329 * Returns the inner padding before the Card's bottom edge
331 * @return the inner padding before the Card's bottom edg
[all...]
/frameworks/support/wear/src/android/support/wear/widget/
H A DBoxInsetLayout.java44 * specify the child's edges to be boxed in: {@code left|top|right|bottom} or {@code all}. The
205 + mForegroundPadding.bottom;
231 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
238 final int parentBottom = bottom - top - getPaddingBottom() - mForegroundPadding.bottom;
336 int bottomParentPadding = getPaddingBottom() + mForegroundPadding.bottom;
429 /** The view will force an inset on the bottom edge of the children. */
/frameworks/base/core/java/android/view/
H A DDisplayListCanvas.java216 CanvasProperty<Float> right, CanvasProperty<Float> bottom, CanvasProperty<Float> rx,
219 right.getNativeContainer(), bottom.getNativeContainer(),
215 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.java71 * @param bottom The rectangle bottom.
73 public void onRectangleOnScreenRequested(int left, int top, int right, int bottom); argument
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java337 public void initializeInvalidateRegion(int left, int top, int right, int bottom) { argument
339 region.set(left, top, right, bottom);
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java338 * @param bottom y coordinate of the bottom edge of the character in local coordinates.
346 final float right, final float bottom, final int flags) {
353 mCharacterBoundsArrayBuilder.append(index, left, top, right, bottom, flags);
514 * Returns the vertical bottom position of the insertion marker, in the local coordinates
345 addCharacterBounds(final int index, final float left, final float top, final float right, final float bottom, final int flags) argument

Completed in 2942 milliseconds

1234567891011>>