Searched defs:bottom (Results 276 - 300 of 306) sorted by relevance

<<111213

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java429 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
434 float bottom,
440 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
445 int bottom,
799 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
804 float bottom,
810 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
815 int bottom,
431 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
442 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
801 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
812 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java270 /** A special TaskStack with id==HOME_STACK_ID that moves to the bottom whenever any TaskStack
1188 topInset + displayInfo.appHeight /*bottom*/);
1988 // - If IME is visible, and focus is on bottom, divider is moved for IME and thinner.
2428 boolean getNeedsMenu(WindowState top, WindowManagerPolicy.WindowState bottom) { argument
2449 // If we reached the bottom of the range of windows we are considering,
2451 if (w == bottom) {
2991 int bottom = wf.bottom - cr.bottom;
2992 frame.union(left, top, right, bottom);
[all...]
H A DWindowState.java704 final int bottom = Math.max(0, Math.min(layoutFrame.bottom, displayFrame.bottom) - insetFrame.bottom);
705 frame.inset(left, top, right, bottom);
761 mContainingFrame.bottom = mContainingFrame.top + frozen.height();
768 && mContainingFrame.bottom > contentFrame.bottom) {
771 mContainingFrame.top -= mContainingFrame.bottom - contentFrame.bottom;
1040 getNeedsMenuLw(WindowManagerPolicy.WindowState bottom) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp571 float insetB = (winHeight - winCrop.bottom) * yScale;
576 crop.bottom -= insetB;
659 activeTransparentRegion.orSelf(Rect(0, activeCrop.bottom,
662 activeCrop.left, activeCrop.bottom));
664 s.active.w, activeCrop.bottom));
683 transformedFrame.right, transformedFrame.bottom,
694 sourceCrop.right, sourceCrop.bottom, to_string(error).c_str(),
1189 float bottom = float(win.bottom) / float(s.active.h); local
1195 texCoords[1] = vec2(left, 1.0f - bottom);
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1094 int *top, int *bottom) {
1096 rsrMeasureText(rsc, text, left, right, top, bottom);
1100 int *top, int *bottom) {
1102 rsrMeasureTextAlloc(rsc, (Allocation *)a.p, left, right, top, bottom);
1093 rsgMeasureText(const char *text, int *left, int *right, int *top, int *bottom) argument
1099 rsgMeasureText(::rs_allocation a, int *left, int *right, int *top, int *bottom) argument
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java386 * Scroll indicator direction for the bottom edge of the view.
502 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { argument
503 view.postInvalidate(left, top, right, bottom);
580 public void setPaddingRelative(View view, int start, int top, int end, int bottom) { argument
581 view.setPadding(start, top, end, bottom);
1017 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { argument
1018 view.postInvalidateOnAnimation(left, top, right, bottom);
1132 public void setPaddingRelative(View view, int start, int top, int end, int bottom) { argument
1133 view.setPaddingRelative(start, top, end, bottom);
1851 * @param bottom Th
1853 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
2378 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java134 * and <em>bottom</em> edges. To be more precise, GridLayout treats each of its layout
197 * {@link android.view.View#getBottom() bottom} and
1013 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1017 int targetHeight = bottom - top;
1946 int left, int top, int right, int bottom,
1949 setMargins(left, top, right, bottom);
2757 * Indicates that a view should be aligned with the <em>bottom</em>
1944 LayoutParams( int width, int height, int left, int top, int right, int bottom, Spec rowSpec, Spec columnSpec) argument
/frameworks/base/core/java/android/webkit/
H A DWebView.java1177 * @param bottom true to jump to bottom of page
1180 public boolean pageDown(boolean bottom) { argument
1182 return mProvider.pageDown(bottom);
2322 public boolean super_setFrame(int left, int top, int right, int bottom) { argument
2323 return WebView.super.setFrame(left, top, right, bottom);
2831 protected boolean setFrame(int left, int top, int right, int bottom) { argument
2832 return mProvider.getViewDelegate().setFrame(left, top, right, bottom);
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java877 rect.bottom = (int) ((pos[1] + v.getHeight()) * appScale + 0.5f);
1901 public ViewPaddingAction(int viewId, int left, int top, int right, int bottom) { argument
1906 this.bottom = bottom;
1914 bottom = parcel.readInt();
1923 dest.writeInt(bottom);
1930 target.setPadding(left, top, right, bottom);
1937 int left, top, right, bottom; field in class:RemoteViews.ViewPaddingAction
2554 * @param bottom The id of a drawable to place below the text, or 0
2556 public void setTextViewCompoundDrawables(int viewId, int left, int top, int right, int bottom) { argument
2571 setTextViewCompoundDrawablesRelative(int viewId, int start, int top, int end, int bottom) argument
2610 setTextViewCompoundDrawables(int viewId, Icon left, Icon top, Icon right, Icon bottom) argument
2628 setTextViewCompoundDrawablesRelative(int viewId, Icon start, Icon top, Icon end, Icon bottom) argument
2965 setViewPadding(int viewId, int left, int top, int right, int bottom) argument
[all...]
H A DAbsListView.java121 * The list will automatically scroll to the bottom when a data set change
130 * The list will automatically scroll to the bottom, no matter what items
347 * The selection's bottom padding
441 * Indicates whether the list is stacked from the bottom edge or
578 * This view is in transcript mode -- it shows the bottom of the list when the data
680 * Tracks the state of the bottom edge glow.
692 * An estimate of how many pixels are between the bottom of the list and
693 * the bottom of the last position in the adapter, based on the last time
705 * the bottom correctly on resizes.
1257 getChildAt(childCount - 1).getBottom() <= getHeight() - mListPadding.bottom;
2186 setFrame(int left, int top, int right, int bottom) argument
2686 internalSetPadding(int left, int top, int right, int bottom) argument
[all...]
H A DEditor.java572 * at the bottom of the error icon.
1783 final int bottom = layout.getLineBottom(blockEndLine);
1800 right - left, bottom - top);
1817 blockDisplayList.setLeftTopRightBottom(left, top, right, bottom);
1915 final int bottom = layout.getLineTop(line + 1);
1919 int middle = bottom;
1922 middle = (top + bottom) >> 1;
1929 updateCursorPosition(1, middle, bottom, layout.getSecondaryHorizontal(offset, clamped));
2302 private void updateCursorPosition(int cursorIndex, int top, int bottom, float horizontal) { argument
2311 bottom
[all...]
H A DTextView.java2548 * Returns the bottom padding of the view, plus space for the bottom
2635 int bottom = getCompoundPaddingBottom();
2636 int viewht = getHeight() - top - bottom;
2654 * Returns the extended bottom padding of the view, including both the
2655 * bottom Drawable if any and any extra space to keep more than maxLines
2672 int bottom = getCompoundPaddingBottom();
2673 int viewht = getHeight() - top - bottom;
2677 return bottom;
2682 return bottom
2754 setCompoundDrawables(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2894 setCompoundDrawablesWithIntrinsicBounds(@rawableRes int left, @DrawableRes int top, @DrawableRes int right, @DrawableRes int bottom) argument
2918 setCompoundDrawablesWithIntrinsicBounds(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2951 setCompoundDrawablesRelative(@ullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
3098 setCompoundDrawablesRelativeWithIntrinsicBounds(@rawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
3122 setCompoundDrawablesRelativeWithIntrinsicBounds(@ullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
3326 setPadding(int left, int top, int right, int bottom) argument
3340 setPaddingRelative(int start, int top, int end, int bottom) argument
8532 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1387 * metrics, and also increases top and bottom bounds to provide more space.
1689 public float bottom; field in class:Paint.FontMetrics
1741 public int bottom; field in class:Paint.FontMetricsInt
1749 " descent=" + descent + " bottom=" + bottom +
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1200 mRectArray[i].bottom += overflowedHeight;
1203 mRectArray[i].bottom -= mRectArray[i].top;
1206 if (mRectArray[i].bottom > height) {
1207 mRectArray[i].top -= mRectArray[i].bottom - height;
1208 mRectArray[i].bottom = height;
1236 visibleRectArray[i].bottom,
1238 visibleRectArray[i].bottom + visibleRectArray[j].height());
1245 if (visibleRectArray[i].bottom > height) {
1246 int overflowedHeight = visibleRectArray[i].bottom - height;
1252 visibleRectArray[j].bottom
1985 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java615 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
620 float bottom,
626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
631 int bottom,
974 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
979 float bottom,
985 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
990 int bottom,
617 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
628 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
976 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
987 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
H A DGLLogWrapper.java1666 public void glFrustumf(float left, float right, float bottom, float top, argument
1671 arg("bottom", bottom);
1677 mgl.glFrustumf(left, right, bottom, top, near, far);
1681 public void glFrustumx(int left, int right, int bottom, int top, int near, argument
1686 arg("bottom", bottom);
1692 mgl.glFrustumx(left, right, bottom, top, near, far);
2158 public void glOrthof(float left, float right, float bottom, float top, argument
2163 arg("bottom", botto
2173 glOrthox(int left, int right, int bottom, int top, int near, int far) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java499 float bottom,
508 int bottom,
748 float bottom,
757 int bottom,
496 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
505 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
745 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
754 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1642 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1643 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java323 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
324 super.onLayout(changed, left, top, right, bottom);
1623 * @return the alpha to be used to fade out the contents on Keyguard (status bar, bottom area)
1631 // stack scroller is close enough (collision distance) to the bottom of the header.
2482 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> {
2483 final int height = bottom - top;
H A DStatusBar.java3980 public void setBounds(int left, int top, int right, int bottom) { argument
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java634 // the count at the bottom of this function.
645 // the count at the bottom of this function.
661 // bottom.
664 setDropDownHeight(mRect.bottom - mCoords[1] - mDropdownAnchor.getHeight() -
851 height - backgroundPadding.top - backgroundPadding.bottom : 0;
938 result.bottom = height - backgroundPadding.bottom;
964 bitMapResult.bottom);
1185 * Calculate the offset from bottom of the EditText to top of the provided line.
2002 chipTopPosition + outOfDomainWarningBounds.bottom);
3509 float bottom; field in class:RecipientEditTextView.ChipBitmapContainer
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java449 * {@link #getRight() right} and {@link #getBottom() bottom}.
3686 protected void internalSetPadding(int left, int top, int right, int bottom) { argument
3687 super.internalSetPadding(left, top, right, bottom);
3805 int bottom = 0;
3813 bottom = Math.max(bottom, insets.bottom);
3816 return Insets.of(left, top, right, bottom);
3896 c.getBottom() - insets.bottom - 1);
4228 out.bottom
7866 setMargins(int left, int top, int right, int bottom) argument
7898 setMarginsRelative(int start, int top, int end, int bottom) argument
[all...]
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1128 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1131 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
1135 (GLfloat)bottom,
1142 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1145 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1149 (GLfixed)bottom,
3426 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3429 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
3433 (GLfloat)bottom,
3440 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixe
1130 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1144 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
3428 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3442 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp4962 float left, top, right, bottom; local
4970 bottom = float(mRawPointerAxes.x.maxValue - rawLeft) * mXScale + mXTranslate;
4982 bottom = float(mRawPointerAxes.y.maxValue - rawTop) * mYScale + mYTranslate;
4994 bottom = float(rawRight - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
5006 bottom = float(rawBottom - mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
5027 out.setAxisValue(AMOTION_EVENT_AXIS_GENERIC_4, bottom);
6405 "left=%d, top=%d, right=%d, bottom=%d",
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java2373 return (mTempRect.bottom > mTempRect2.bottom
2374 || mTempRect.top >= mTempRect2.bottom)
2378 || mTempRect.bottom <= mTempRect2.top)
2379 && mTempRect.bottom < mTempRect2.bottom;
2401 mTempRect.bottom += insets.bottom;
4497 view.getBottom() + insets.bottom + lp.bottomMargin);
4519 insets.bottom
8648 layoutDecorated(View child, int left, int top, int right, int bottom) argument
8683 layoutDecoratedWithMargins(View child, int left, int top, int right, int bottom) argument
12180 public int bottom; field in class:RecyclerView.ItemAnimator.ItemHolderInfo
[all...]

Completed in 2165 milliseconds

<<111213