Searched defs:bottom (Results 251 - 275 of 276) sorted by relevance

<<1112

/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/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1244 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1245 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java585 // the count at the bottom of this function.
596 // the count at the bottom of this function.
612 // bottom.
615 setDropDownHeight(mRect.bottom - mCoords[1] - mDropdownAnchor.getHeight() -
801 height - backgroundPadding.top - backgroundPadding.bottom : 0;
857 result.bottom = height - backgroundPadding.bottom;
869 bitMapResult.bottom);
1034 * Calculate the offset from bottom of the EditText to top of the provided line.
3286 float bottom; field in class:RecipientEditTextView.ChipBitmapContainer
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1033 int *top, int *bottom) {
1035 rsrMeasureText(rsc, text, left, right, top, bottom);
1039 int *top, int *bottom) {
1041 rsrMeasureTextAlloc(rsc, (Allocation *)a.p, left, right, top, bottom);
1032 rsgMeasureText(const char *text, int *left, int *right, int *top, int *bottom) argument
1038 rsgMeasureText(::rs_allocation a, int *left, int *right, int *top, int *bottom) argument
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java128 * and <em>bottom</em> edges. To be more precise, GridLayout treats each of its layout
191 * {@link android.view.View#getBottom() bottom} and
1007 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1011 int targetHeight = bottom - top;
1940 int left, int top, int right, int bottom,
1943 setMargins(left, top, right, bottom);
2751 * Indicates that a view should be aligned with the <em>bottom</em>
1938 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.java1166 * @param bottom true to jump to bottom of page
1169 public boolean pageDown(boolean bottom) { argument
1171 return mProvider.pageDown(bottom);
2180 public boolean super_setFrame(int left, int top, int right, int bottom) { argument
2181 return WebView.super.setFrame(left, top, right, bottom);
2580 protected boolean setFrame(int left, int top, int right, int bottom) { argument
2581 return mProvider.getViewDelegate().setFrame(left, top, right, 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/phone/
H A DNotificationPanelView.java250 public void onLayoutChange(View v, int left, int top, int right, int bottom,
252 final int height = bottom - top;
304 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
305 super.onLayout(changed, left, top, right, bottom);
376 int bottom = mQsContainer.getHeader().getHeight();
378 ? bottom + mQsPeekHeight
1564 * @return the alpha to be used to fade out the contents on Keyguard (status bar, bottom area)
1572 // stack scroller is close enough (collision distance) to the bottom of the header.
H A DPhoneStatusBar.java3718 public void setBounds(int left, int top, int right, int bottom) { argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java671 final int bottom = Math.max(0, Math.min(layoutFrame.bottom, displayFrame.bottom) - insetFrame.bottom);
672 frame.inset(left, top, right, bottom);
726 mContainingFrame.bottom = mContainingFrame.top + frozen.height();
731 if (windowsAreFloating && mContainingFrame.bottom > cf.bottom) {
734 mContainingFrame.top -= mContainingFrame.bottom - cf.bottom;
993 getNeedsMenuLw(WindowManagerPolicy.WindowState bottom) argument
[all...]
H A DWindowManagerService.java1189 // is not going to the bottom and has windows on this display, we can
1213 WindowState bottom = tokenWindowList.get(0);
1214 if (bottom.mSubLayer < 0) {
1215 pos = bottom;
1335 // to bottom): keyguard, wallpaper, assist preview, apps. We want the dock divider
1755 // at the bottom of their stack.
2689 int left, int top, int right, int bottom,
2709 win.mAttrs.height = bottom - top;
2820 || win.mAttrs.surfaceInsets.bottom != 0) {
3593 // If we have hit a new Task, and the bottom o
2688 repositionChild(Session session, IWindow client, int left, int top, int right, int bottom, long frameNumber, Rect outFrame) argument
9050 setOverscan(int displayId, int left, int top, int right, int bottom) argument
9070 setOverscanLocked(DisplayContent displayContent, int left, int top, int right, int bottom) argument
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp5222 // NOTE: native window uses extended right-bottom coordinate
5223 int32_t left, top, right, bottom; local
5224 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
5225 notify->setRect("crop", left, top, right + 1, bottom + 1);
6128 if (msg->findRect("crop", &crop.left, &crop.top, &crop.right, &crop.bottom)
/frameworks/base/core/java/android/view/
H A DViewGroup.java429 * {@link #getRight() right} and {@link #getBottom() bottom}.
3231 protected void internalSetPadding(int left, int top, int right, int bottom) { argument
3232 super.internalSetPadding(left, top, right, bottom);
3350 int bottom = 0;
3358 bottom = Math.max(bottom, insets.bottom);
3361 return Insets.of(left, top, right, bottom);
3446 c.getBottom() - insets.bottom - 1);
3778 out.bottom
7368 setMargins(int left, int top, int right, int bottom) argument
7400 setMarginsRelative(int start, int top, int end, int bottom) argument
[all...]
H A DView.java346 * These methods return the coordinates of the right and bottom edges of the
378 * is expressed in pixels for the left, top, right and bottom parts of the view.
2491 * Flag indicating that the bottom scroll indicator should be displayed
2497 * Flag indicating that the bottom scroll indicator should be displayed
2570 * Scroll indicator direction for the bottom edge of the view.
3342 * to the bottom edge of this view.
3385 * The bottom padding in pixels, that is the distance in pixels between the
3386 * bottom edge of this view and the bottom edge of its content.
5247 && y <= bounds.bottom) {
11610 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
12479 setBottom(int bottom) argument
13988 postInvalidate(int left, int top, int right, int bottom) argument
14032 postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom) argument
14083 postInvalidateOnAnimation(int left, int top, int right, int bottom) argument
17472 setOpticalFrame(int left, int top, int right, int bottom) argument
17550 onLayout(boolean changed, int left, int top, int right, int bottom) argument
17566 setFrame(int left, int top, int right, int bottom) argument
17632 setLeftTopRightBottom(int left, int top, int right, int bottom) argument
18619 setPadding(int left, int top, int right, int bottom) argument
18637 internalSetPadding(int left, int top, int right, int bottom) argument
18712 setPaddingRelative(int start, int top, int end, int bottom) argument
22644 int bottom; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java118 * The list will automatically scroll to the bottom when a data set change
127 * The list will automatically scroll to the bottom, no matter what items
344 * The selection's bottom padding
438 * Indicates whether the list is stacked from the bottom edge or
575 * This view is in transcript mode -- it shows the bottom of the list when the data
675 * Tracks the state of the bottom edge glow.
687 * An estimate of how many pixels are between the bottom of the list and
688 * the bottom of the last position in the adapter, based on the last time
700 * the bottom correctly on resizes.
1247 getChildAt(childCount - 1).getBottom() <= getHeight() - mListPadding.bottom;
2176 setFrame(int left, int top, int right, int bottom) argument
2682 internalSetPadding(int left, int top, int right, int bottom) argument
[all...]
H A DEditor.java549 * at the bottom of the error icon.
1713 final int bottom = layout.getLineBottom(blockEndLine);
1730 right - left, bottom - top);
1748 blockDisplayList.setLeftTopRightBottom(left, top, right, bottom);
1854 final int bottom = layout.getLineTop(line + 1);
1858 int middle = bottom;
1861 middle = (top + bottom) >> 1;
1868 updateCursorPosition(1, middle, bottom, layout.getSecondaryHorizontal(offset, clamped));
2210 private void updateCursorPosition(int cursorIndex, int top, int bottom, float horizontal) { argument
2218 bottom
[all...]
H A DTextView.java1962 * Returns the bottom padding of the view, plus space for the bottom
2049 int bottom = getCompoundPaddingBottom();
2050 int viewht = getHeight() - top - bottom;
2068 * Returns the extended bottom padding of the view, including both the
2069 * bottom Drawable if any and any extra space to keep more than maxLines
2086 int bottom = getCompoundPaddingBottom();
2087 int viewht = getHeight() - top - bottom;
2091 return bottom;
2096 return bottom
2168 setCompoundDrawables(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2308 setCompoundDrawablesWithIntrinsicBounds(@rawableRes int left, @DrawableRes int top, @DrawableRes int right, @DrawableRes int bottom) argument
2332 setCompoundDrawablesWithIntrinsicBounds(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2365 setCompoundDrawablesRelative(@ullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
2512 setCompoundDrawablesRelativeWithIntrinsicBounds(@rawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
2536 setCompoundDrawablesRelativeWithIntrinsicBounds(@ullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
2740 setPadding(int left, int top, int right, int bottom) argument
2754 setPaddingRelative(int start, int top, int end, int bottom) argument
7369 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1068 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1071 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
1075 (GLfloat)bottom,
1082 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1085 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1089 (GLfixed)bottom,
3256 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3259 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
3263 (GLfloat)bottom,
3270 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixe
1070 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1084 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
3258 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3272 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java179 * The raw amount of the overScroll on the bottom, which is not rubber-banded.
415 canvas.drawRect(0, mCurrentBounds.top, getWidth(), mCurrentBounds.bottom, mBackgroundPaint);
908 float bottom = childTop + slidingChild.getActualHeight();
910 float dist = Math.min(Math.abs(top - localTouchY), Math.abs(bottom - localTouchY));
937 float bottom = childTop + slidingChild.getActualHeight();
944 if (touchY >= top && touchY <= bottom && touchX >= left && touchX <= right) {
1061 * @return the scroll necessary to make the bottom edge of {@param v} align with the top of
1481 final int bottom = maxOverScrollY + scrollRangeY;
1484 if (newScrollY > bottom) {
1485 newScrollY = bottom;
1916 setBackgroundBottom(int bottom) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp4840 float left, top, right, bottom; local
4848 bottom = float(mRawPointerAxes.x.maxValue - rawLeft) * mXScale + mXTranslate;
4860 bottom = float(mRawPointerAxes.y.maxValue - rawTop) * mYScale + mYTranslate;
4872 bottom = float(rawRight - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
4884 bottom = float(rawBottom - mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
4905 out.setAxisValue(AMOTION_EVENT_AXIS_GENERIC_4, bottom);
6299 "left=%d, top=%d, right=%d, bottom=%d",
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java359 boolean mNavigationBarOnBottom = true; // is the navigation bar on the bottom *right now*?
1902 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) { argument
1907 mOverscanBottom = bottom;
2289 // Height of the navigation bar when presented horizontally at bottom
2304 // Height of the navigation bar when presented horizontally at bottom
2332 // wallpaper is at the bottom, though the window manager may move it.
2484 // the navigation bar to the bottom.
2785 // This can be on either the bottom or the right.
2838 || frame.bottom + insets >= win.getDisplayFrameLw().bottom);
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2225 return (mTempRect.bottom > mTempRect2.bottom
2226 || mTempRect.top >= mTempRect2.bottom)
2230 || mTempRect.bottom <= mTempRect2.top)
2231 && mTempRect.bottom < mTempRect2.bottom;
2253 mTempRect.bottom += insets.bottom;
4203 insets.bottom += mTempRect.bottom;
7977 layoutDecorated(View child, int left, int top, int right, int bottom) argument
8012 layoutDecoratedWithMargins(View child, int left, int top, int right, int bottom) argument
11440 public int bottom; field in class:RecyclerView.ItemAnimator.ItemHolderInfo
[all...]

Completed in 881 milliseconds

<<1112