Searched defs:top (Results 251 - 263 of 263) sorted by relevance

<<11

/frameworks/base/core/java/android/widget/
H A DEditor.java437 // don't want the popup to be displayed on top of it.
494 * Returns the X offset to make the pointy top of the error point
525 * Returns the Y offset to make the pointy top of the error point
554 * The "2" is the distance between the point and the top edge
1561 final int top = layout.getLineTop(blockBeginLine);
1579 right - left, bottom - top);
1582 // brings this range of text back to the top left corner of the viewport
1583 displayListCanvas.translate(-left, -top);
1597 blockDisplayList.setLeftTopRightBottom(left, top, right, bottom);
1690 final int top
2004 updateCursorPosition(int cursorIndex, int top, int bottom, float horizontal) argument
[all...]
H A DTextView.java1896 * Returns the top padding of the view, plus space for the top
1978 * Returns the extended top padding of the view, including both the
1979 * top Drawable if any and any extra space to keep more than maxLines
1995 int top = getCompoundPaddingTop();
1997 int viewht = getHeight() - top - bottom;
2001 return top;
2006 return top;
2008 return top + viewht - layoutht;
2010 return top
2115 setCompoundDrawables(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2255 setCompoundDrawablesWithIntrinsicBounds(@rawableRes int left, @DrawableRes int top, @DrawableRes int right, @DrawableRes int bottom) argument
2279 setCompoundDrawablesWithIntrinsicBounds(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2312 setCompoundDrawablesRelative(@ullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
2459 setCompoundDrawablesRelativeWithIntrinsicBounds(@rawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
2483 setCompoundDrawablesRelativeWithIntrinsicBounds(@ullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
2687 setPadding(int left, int top, int right, int bottom) argument
2701 setPaddingRelative(int start, int top, int end, int bottom) argument
7175 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java162 // This is the top-level view of the window, containing the window decor.
2543 drawingBounds.top += frameOffsets.top;
2549 drawingBounds.top += framePadding.top - frameOffsets.top;
2626 if (mOutsets.top > 0 || mOutsets.bottom > 0) {
2631 height + mOutsets.top + mOutsets.bottom, mode);
2677 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
2678 super.onLayout(changed, left, top, righ
[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) {
1076 (GLfloat)top,
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) {
1090 (GLfixed)top,
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) {
3264 (GLfloat)top,
3270 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, 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/phone/
H A DPhoneStatusBar.java307 // top bar
329 int mTrackingPosition; // the position of the top of the tracking view.
2149 // This is only possible to do atomically because the status bar is at the top of the screen!
3261 public void setBounds(int left, int top, int right, int bottom) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java142 * The raw amount of the overScroll on the top, which is not rubber-banded.
175 * Was the scroller scrolled to the top when the down motion was observed?
345 // we layout all our children centered on the top
507 // the top card.
680 float top = childTop + slidingChild.getClipTopAmount();
683 float dist = Math.min(Math.abs(top - localTouchY), Math.abs(bottom - localTouchY));
708 float top = childTop + slidingChild.getClipTopAmount();
716 if (touchY >= top && touchY <= bottom && touchX >= left && touchX <= right) {
1014 // We overScroll on the top
1046 // We overScroll on the top
1236 getCurrentOverScrollAmount(boolean top) argument
1240 getCurrentOverScrolledPixels(boolean top) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp3916 &mCurrentRawState : &mRawStatesPending.top();
4703 float left, top, right, bottom; local
4712 top = float(mRawPointerAxes.x.maxValue - rawRight) * mXScale + mXTranslate;
4724 top = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale + mYTranslate;
4736 top = float(rawLeft - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
4748 top = float(rawTop - mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
4766 out.setAxisValue(AMOTION_EVENT_AXIS_GENERIC_2, top);
6143 "left=%d, top=%d, right=%d, bottom=%d",
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java520 * belonging to another app on top of this the keyguard shows. If there is a fullscreen
1709 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) { argument
1712 mOverscanTop = top;
2134 // some panels (e.g. search) need to show on top of the navigation bar
2220 // There is a separate status bar at the top of the display. We don't count that as part
2318 // focus, so we want to get the IME window up on top of us right away.
3431 outOutsets.top += outset;
3556 pf.top = df.top = of.top
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java544 /** This just indicates the window the input method is on top of, not
1115 // simply place the new window on top of them... but
1116 // keep the starting window on top.
1132 //that was created later or a window at the top of the list of
1237 WindowState top = atoken.windows.get(NC-1);
1238 if (top.mSubLayer >= 0) {
1239 pos = top;
1415 // window, we do actually want to be on top of it, but
1498 // with an animation, and it is on top of the next target
1707 // First find the top I
8685 setOverscan(int displayId, int left, int top, int right, int bottom) argument
8705 setOverscanLocked(DisplayContent displayContent, int left, int top, int right, int bottom) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java881 * <p>Return the offset of the RecyclerView's text baseline from the its top
1414 int top = view.getTop();
1415 if (left != shadowingView.getLeft() || top != shadowingView.getTop()) {
1416 shadowingView.layout(left, top,
1418 top + shadowingView.getHeight());
1954 mTempRect.top -= insets.top;
2900 info.left, info.top);
2911 if (preInfo.left != postInfo.left || preInfo.top != postInfo.top) {
7034 layoutDecorated(View child, int left, int top, int right, int bottom) argument
10218 int left, top, right, bottom; field in class:RecyclerView.ItemHolderInfo
10220 ItemHolderInfo(ViewHolder holder, int left, int top, int right, int bottom) argument
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1040 XAuint32 top; member in struct:XARectangle_
1585 XAuint32 top; member in struct:XAFocusPointPosition_
/frameworks/base/core/java/android/view/
H A DView.java326 * expressed as a pair of <em>left</em> and <em>top</em> coordinates, and
335 * top, or Y, coordinate of the rectangle representing the view. These methods
376 * is expressed in pixels for the left, top, right and bottom parts of the view.
397 * pass is implemented in {@link #measure(int, int)} and is a top-down traversal
401 * {@link #layout(int,int,int,int)} and is also top-down. During
2489 * Scroll indicator direction for the top edge of the view.
2739 * if the user swipes from the top of the screen.
2741 * system gestures, such as swiping from the top of the screen. These transient system bars
3191 * The distance in pixels from the top edge of this view's parent
3192 * to the top edg
10797 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
11556 setTop(int top) argument
13120 postInvalidate(int left, int top, int right, int bottom) argument
13164 postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom) argument
13215 postInvalidateOnAnimation(int left, int top, int right, int bottom) argument
16589 setOpticalFrame(int left, int top, int right, int bottom) argument
16667 onLayout(boolean changed, int left, int top, int right, int bottom) argument
16683 setFrame(int left, int top, int right, int bottom) argument
16749 setLeftTopRightBottom(int left, int top, int right, int bottom) argument
17706 setPadding(int left, int top, int right, int bottom) argument
17724 internalSetPadding(int left, int top, int right, int bottom) argument
17799 setPaddingRelative(int start, int top, int end, int bottom) argument
21516 int top; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 547 milliseconds

<<11