Searched defs:left (Results 176 - 192 of 192) sorted by relevance

12345678

/frameworks/base/core/java/android/view/
H A DKeyEvent.java57 * event: this is left to the IME's discretion, and in fact sending such events is
88 * feature key for selecting a software defined function shown on the bottom left
329 * or the top left trigger button. */
337 * or the bottom left trigger button. */
344 * On a game controller, the left thumb button indicates that the left (or only)
986 * <p>This mask is used to check whether the left ALT meta key is pressed.</p>
1014 * <p>This mask is used to check whether the left SHIFT meta key is pressed.</p>
1058 * <p>This mask is used to check whether the left CTRL meta key is pressed.</p>
1086 * <p>This mask is used to check whether the left MET
2138 metaStateFilterDirectionalModifiers(int metaState, int modifiers, int basic, int left, int right) argument
[all...]
H A DViewGroup.java78 * children in left and right gutters.</p>
391 * Clip bounds are the raw values of {@link #getLeft() left}, {@link #getTop() top},
413 // Index of the child's left position in the mLocation array
1264 * drag has left this ViewGroup, we know by definition that every contained subview
2594 protected void internalSetPadding(int left, int top, int right, int bottom) { argument
2595 super.internalSetPadding(left, top, right, bottom);
2747 int left = 0;
2755 left = Math.max(left, insets.left);
4453 invalidateChildInParentFast(int left, int top, final Rect dirty) argument
6235 setMargins(int left, int top, int right, int bottom) argument
[all...]
H A DView.java300 * expressed as a pair of <em>left</em> and <em>top</em> coordinates, and
307 * {@link #getLeft()} and {@link #getTop()}. The former returns the left, or X,
312 * right of the left edge of its direct parent.
350 * is expressed in pixels for the left, top, right and bottom parts of the view.
352 * pixels. For instance, a left padding of 2 will push the view's content by
353 * 2 pixels to the right of the left edge. Padding can be set using the
1048 * Use with {@link #focusSearch(int)}. Move focus to the left.
1845 * right-to-left direction.
2204 * Flag indicating that start/end padding has been resolved into left/right padding
2213 * Flag indicating that the start/end drawables has been resolved into left/righ
9075 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
10103 setLeft(int left) argument
11253 postInvalidate(int left, int top, int right, int bottom) argument
11297 postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom) argument
11348 postInvalidateOnAnimation(int left, int top, int right, int bottom) argument
14770 setOpticalFrame(int left, int top, int right, int bottom) argument
14848 onLayout(boolean changed, int left, int top, int right, int bottom) argument
14864 setFrame(int left, int top, int right, int bottom) argument
15460 setPadding(int left, int top, int right, int bottom) argument
15478 internalSetPadding(int left, int top, int right, int bottom) argument
18712 int left; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp192 void OpenGLRenderer::setupFrameState(float left, float top, argument
202 mSnapshot->setClip(left, top, right, bottom);
203 mTilingClip.set(left, top, right, bottom);
212 discardFramebuffer(mTilingClip.left, mTilingClip.top, mTilingClip.right, mTilingClip.bottom);
225 return clear(mTilingClip.left, mTilingClip.top,
233 status_t OpenGLRenderer::prepareDirty(float left, float top, argument
236 setupFrameState(left, top, right, bottom, opaque);
252 void OpenGLRenderer::discardFramebuffer(float left, float top, float right, float bottom) { argument
257 left <= 0.0f && top <= 0.0f && right >= mWidth && bottom >= mHeight) {
266 status_t OpenGLRenderer::clear(float left, floa argument
780 saveLayer(float left, float top, float right, float bottom, int alpha, SkXfermode::Mode mode, int flags) argument
836 saveLayerDeferred(float left, float top, float right, float bottom, int alpha, SkXfermode::Mode mode, int flags) argument
913 createLayer(float left, float top, float right, float bottom, int alpha, SkXfermode::Mode mode, int flags, GLuint previousFbo) argument
1321 dirtyLayer(const float left, const float top, const float right, const float bottom, const mat4 transform) argument
1330 dirtyLayer(const float left, const float top, const float right, const float bottom) argument
1623 quickRejectNoScissor(float left, float top, float right, float bottom, bool snapOut, bool* clipRequired) argument
1642 quickRejectPreStroke(float left, float top, float right, float bottom, SkPaint* paint) argument
1656 quickReject(float left, float top, float right, float bottom, bool snapOut) argument
1676 clipRect(float left, float top, float right, float bottom, SkRegion::Op op) argument
1867 setupDrawModelViewTranslate(float left, float top, float right, float bottom, bool ignoreTransform) argument
1883 setupDrawModelView(float left, float top, float right, float bottom, bool ignoreTransform, bool ignoreModelView) argument
2063 drawAlphaBitmap(Texture* texture, float left, float top, SkPaint* paint) argument
2131 drawBitmap(SkBitmap* bitmap, float left, float top, SkPaint* paint) argument
2181 drawBitmapData(SkBitmap* bitmap, float left, float top, SkPaint* paint) argument
2211 float left = FLT_MAX; local
2412 drawPatch(SkBitmap* bitmap, Res_png_9patch* patch, float left, float top, float right, float bottom, SkPaint* paint) argument
2425 drawPatch(SkBitmap* bitmap, const Patch* mesh, AssetAtlas::Entry* entry, float left, float top, float right, float bottom, SkPaint* paint) argument
2643 drawShape(float left, float top, const PathTexture* texture, SkPaint* paint) argument
2656 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, SkPaint* p) argument
2703 drawOval(float left, float top, float right, float bottom, SkPaint* p) argument
2725 drawArc(float left, float top, float right, float bottom, float startAngle, float sweepAngle, bool useCenter, SkPaint* p) argument
2763 drawRect(float left, float top, float right, float bottom, SkPaint* p) argument
3286 const float left = x; local
3341 float left = FLT_MAX; local
3392 drawColorRect(float left, float top, float right, float bottom, int color, SkXfermode::Mode mode, bool ignoreTransform) argument
3415 drawTextureRect(float left, float top, float right, float bottom, Texture* texture, SkPaint* paint) argument
3455 drawTextureRect(float left, float top, float right, float bottom, GLuint texture, float alpha, SkXfermode::Mode mode, bool blend) argument
3461 drawTextureMesh(float left, float top, float right, float bottom, GLuint texture, float alpha, SkXfermode::Mode mode, bool blend, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool swapSrcDst, bool ignoreTransform, GLuint vbo, bool ignoreScale, bool dirty) argument
3486 drawIndexedTextureMesh(float left, float top, float right, float bottom, GLuint texture, float alpha, SkXfermode::Mode mode, bool blend, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool swapSrcDst, bool ignoreTransform, GLuint vbo, bool ignoreScale, bool dirty) argument
3511 drawAlpha8TextureMesh(float left, float top, float right, float bottom, GLuint texture, bool hasColor, int color, int alpha, SkXfermode::Mode mode, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool ignoreTransform, bool ignoreScale, bool dirty) 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 )
618 float left,
626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
629 int left,
974 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
977 float left,
985 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
988 int left,
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
1669 arg("left", left);
1677 mgl.glFrustumf(left, right, bottom, top, near, far);
1681 public void glFrustumx(int left, int right, int bottom, int top, int near, argument
1684 arg("left", left);
1692 mgl.glFrustumx(left, right, bottom, top, near, far);
2158 public void glOrthof(float left, float right, float bottom, float top, argument
2161 arg("left", lef
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.java497 float left,
506 int left,
746 float left,
755 int left,
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/Keyguard/src/com/android/keyguard/
H A DPagedView.java179 // If true, modify alpha of neighboring pages as user scrolls left/right
739 // of the left/right gap and use that as the gap between each page.
762 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1086 mTmpRect.set(mViewport.left - mViewport.width() / 2, mViewport.top,
1478 int leftBufferEdge = (int) (mapPointFromViewToParent(this, mViewport.left, 0)[0]
1606 // move to the left and fling to the right will register as a fling to the right.
1781 int left;
1784 left = getRelativeChildOffset(i);
1785 right = (left + getScaledMeasuredWidth(getPageAt(i)));
1786 if (left <
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java320 * The selection's left padding
2055 listPadding.left = mSelectionLeftPadding + mPaddingLeft;
2102 protected boolean setFrame(int left, int top, int right, int bottom) { argument
2103 final boolean changed = super.setFrame(left, top, right, bottom);
2198 * @return The left list padding.
2201 return mListPadding.left;
2219 * not available for reuse in the recycle bin. The only choices left are
2429 positionSelector(selectorRect.left, selectorRect.top, selectorRect.right,
2580 mSelectionLeftPadding = padding.left;
2734 // Detach any view left i
[all...]
H A DTextView.java337 // First reset "left" and "right" drawables to their initial values
342 // Use "start" drawable as "left" drawable if the "left" drawable was not defined
355 // JB-MR1+ normal case: "start" / "end" drawables are overriding "left" / "right"
1200 // This call will save the initial left/right drawables
1759 * Returns the left padding of the view, plus space for the left
1881 * Returns the total left padding of the view, including the left
1931 * Sets the Drawables (if any) to appear to the left o
1941 setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) argument
2072 setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) argument
2091 setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top, Drawable right, Drawable bottom) argument
2357 setPadding(int left, int top, int right, int bottom) argument
6606 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) {
1069 (GLfloat)left,
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) {
1083 (GLfixed)left,
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) {
3257 (GLfloat)left,
3266 /* void glOrthox ( GLfixed left, 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/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1118 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) { argument
1120 mOverscanLeft = left;
2695 pf.left = df.left = of.left = vf.left = mDockLeft;
2768 int left = displayWidth - overscanRight
2770 mTmpNavigationFrame.set(left, 0, displayWidth - overscanRight, displayHeight);
2771 mStableRight = mStableFullscreenRight = mTmpNavigationFrame.left;
2776 mDockRight = mTmpNavigationFrame.left;
[all...]
/frameworks/base/services/input/
H A DInputReader.cpp3869 // Pointer left virtual key area or another pointer also went down.
4248 float x, y, left, top, right, bottom; local
4253 left = float(rawTop - mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
4265 left = float(mRawPointerAxes.x.maxValue - rawRight) * mXScale + mXTranslate;
4277 left = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale + mYTranslate;
4289 left = float(rawLeft - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
4309 out.setAxisValue(AMOTION_EVENT_AXIS_GENERIC_1, left);
4702 // pointer when finishing a swipe and there is still one pointer left onscreen.
5673 "left=%d, top=%d, right=%d, bottom=%d",
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2423 protected boolean left(TextView widget, Spannable buffer) { method in class:EditStyledText.StyledTextArrowKeyMethod
2425 Log.d(LOG_TAG, "--- left:");
2459 handled |= left(widget, buffer);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java1941 int availw = wallpaperWin.mFrame.right-wallpaperWin.mFrame.left-dw;
2729 window.mGivenTouchableRegion.op((int)dispRect.left, (int)dispRect.top,
5625 int left = wf.left + cr.left;
5629 frame.union(left, top, right, bottom);
5731 // TODO: Test for RTL vs. LTR and use frame.right-width instead of -frame.left
5732 matrix.postTranslate(-FloatMath.ceil(frame.left), -FloatMath.ceil(frame.top));
7888 public void setOverscan(int displayId, int left, int top, int right, int bottom) { argument
7900 setOverscanLocked(displayContent, left, to
7908 setOverscanLocked(DisplayContent displayContent, int left, int top, int right, int bottom) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp15970 void GLTrace_glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) { argument
15976 // copy argument left
15980 arg_left->add_floatvalue(left);
16015 glContext->hooks->gl.glFrustumf(left, right, bottom, top, zNear, zFar);
16567 void GLTrace_glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) { argument
16573 // copy argument left
16577 arg_left->add_floatvalue(left);
16612 glContext->hooks->gl.glOrthof(left, right, bottom, top, zNear, zFar);
17398 void GLTrace_glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) { argument
17404 // copy argument left
18294 GLTrace_glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
19820 GLTrace_glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
20521 GLTrace_glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
21830 GLTrace_glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
21888 GLTrace_glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1039 XAuint32 left; member in struct:XARectangle_
1584 XAuint32 left; member in struct:XAFocusPointPosition_

Completed in 648 milliseconds

12345678