Searched defs:top (Results 151 - 157 of 157) sorted by relevance

1234567

/frameworks/base/core/java/android/widget/
H A DAbsListView.java186 * the views from there. The top is specified by mSpecificTop.
191 * Layout to sync as a result of a data change. Restore mSyncPosition to have its top
285 * Indicates whether the list selector should be drawn on top of the children or behind
316 * The selection's top padding
341 * The top scroll indicator
363 * The offset to the top of the mMotionPosition view when the down motion event was received
368 * The desired offset to the top of the mMotionPosition view after a scroll
414 * The offset in pixels form the top of the AdapterView to the top
421 * the top edg
2004 setFrame(int left, int top, int right, int bottom) argument
[all...]
H A DTextView.java1498 * Returns the top padding of the view, plus space for the top
1580 * Returns the extended top padding of the view, including both the
1581 * top Drawable if any and any extra space to keep more than maxLines
1593 int top = getCompoundPaddingTop();
1595 int viewht = getHeight() - top - bottom;
1599 return top;
1604 return top;
1606 return top + viewht - layoutht;
1608 return top
1706 setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) argument
1827 setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) argument
1846 setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top, Drawable right, Drawable bottom) argument
1875 setCompoundDrawablesRelative(Drawable start, Drawable top, Drawable end, Drawable bottom) argument
1997 setCompoundDrawablesRelativeWithIntrinsicBounds(int start, int top, int end, int bottom) argument
2019 setCompoundDrawablesRelativeWithIntrinsicBounds(Drawable start, Drawable top, Drawable end, Drawable bottom) argument
2111 setPadding(int left, int top, int right, int bottom) argument
2125 setPaddingRelative(int start, int top, int end, int bottom) argument
6319 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.cpp1064 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1067 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
1072 (GLfloat)top,
1078 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1081 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1086 (GLfixed)top,
3252 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3255 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
3260 (GLfloat)top,
3266 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe
1066 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1080 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
3254 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3268 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp11350 void GLTrace_glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) { argument
11374 // copy argument top
11378 arg_top->add_floatvalue(top);
11395 glContext->hooks->gl.glFrustumf(left, right, bottom, top, zNear, zFar);
11947 void GLTrace_glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) { argument
11971 // copy argument top
11975 arg_top->add_floatvalue(top);
11992 glContext->hooks->gl.glOrthof(left, right, bottom, top, zNear, zFar);
12778 void GLTrace_glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) { argument
12802 // copy argument top
13674 GLTrace_glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
15200 GLTrace_glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
15901 GLTrace_glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
17210 GLTrace_glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
17268 GLTrace_glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
[all...]
/frameworks/base/core/java/android/view/
H A DView.java300 * expressed as a pair of <em>left</em> and <em>top</em> coordinates, and
309 * top, or Y, coordinate of the rectangle representing the view. These methods
350 * is expressed in pixels for the left, top, right and bottom parts of the view.
371 * pass is implemented in {@link #measure(int, int)} and is a top-down traversal
375 * {@link #layout(int,int,int,int)} and is also top-down. During
2701 * The amount of translation of the object away from its top property (post-layout).
2765 * The distance in pixels from the top edge of this view's parent
2766 * to the top edge of this view.
2772 * The distance in pixels from the top edge of this view's parent
2809 * The top paddin
8583 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
9408 setTop(int top) argument
10695 postInvalidate(int left, int top, int right, int bottom) argument
10739 postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom) argument
10790 postInvalidateOnAnimation(int left, int top, int right, int bottom) argument
14032 onLayout(boolean changed, int left, int top, int right, int bottom) argument
14048 setFrame(int left, int top, int right, int bottom) argument
14618 setPadding(int left, int top, int right, int bottom) argument
14633 internalSetPadding(int left, int top, int right, int bottom) argument
14707 setPaddingRelative(int start, int top, int end, int bottom) argument
17645 int top; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java754 // SSL certificate for the main top-level page (if secure)
2004 mFindCallback.getActionModeGlobalBottom() - mGlobalVisibleRect.top);
2766 public boolean pageUp(boolean top) { argument
2770 if (top) {
2771 // go to the top of the document
2942 // pin the short document to the top/left of the screen
3039 return new Rect(contentToViewX(x.left), contentToViewY(x.top),
3052 This liberal calculation calls floor() for the top/left, and ceil() for
3081 viewInvalidate(r.left, r.top, r.right, r.bottom);
3136 mScrollOffset.set(mVisibleRect.left, mVisibleRect.top);
5571 setFrame(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_

Completed in 276 milliseconds

1234567