Searched defs:right (Results 226 - 242 of 242) sorted by relevance

12345678910

/frameworks/base/core/java/android/webkit/
H A DWebView.java2053 public boolean super_setFrame(int left, int top, int right, int bottom) { argument
2054 return WebView.super.setFrame(left, top, right, bottom);
2434 protected boolean setFrame(int left, int top, int right, int bottom) { argument
2435 return mProvider.getViewDelegate().setFrame(left, top, right, bottom);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp188 float right, float bottom, bool opaque) {
190 initializeSaveStack(left, top, right, bottom, mLightCenter);
192 mTilingClip.set(left, top, right, bottom);
201 discardFramebuffer(mTilingClip.left, mTilingClip.top, mTilingClip.right, mTilingClip.bottom);
217 mTilingClip.right, mTilingClip.bottom, mOpaque);
221 float right, float bottom, bool opaque) {
223 setupFrameState(left, top, right, bottom, opaque);
239 void OpenGLRenderer::discardFramebuffer(float left, float top, float right, float bottom) { argument
244 left <= 0.0f && top <= 0.0f && right >= getWidth() && bottom >= getHeight()) {
253 status_t OpenGLRenderer::clear(float left, float top, float right, floa argument
187 setupFrameState(float left, float top, float right, float bottom, bool opaque) argument
220 prepareDirty(float left, float top, float right, float bottom, bool opaque) argument
601 saveLayer(float left, float top, float right, float bottom, const SkPaint* paint, int flags, const SkPath* convexMask) argument
661 saveLayerDeferred(float left, float top, float right, float bottom, const SkPaint* paint, int flags) argument
737 createLayer(float left, float top, float right, float bottom, const SkPaint* paint, int flags, const SkPath* convexMask) argument
1233 dirtyLayer(const float left, const float top, const float right, const float bottom, const mat4 transform) argument
1242 dirtyLayer(const float left, const float top, const float right, const float bottom) argument
1517 quickRejectSetupScissor(float left, float top, float right, float bottom, const SkPaint* paint) argument
1714 setupDrawModelView(ModelViewMode mode, bool offset, float left, float top, float right, float bottom, bool ignoreTransform) argument
2041 float right = FLT_MIN; local
2237 drawPatch(const SkBitmap* bitmap, const Res_png_9patch* patch, float left, float top, float right, float bottom, const SkPaint* paint) argument
2250 drawPatch(const SkBitmap* bitmap, const Patch* mesh, AssetAtlas::Entry* entry, float left, float top, float right, float bottom, const SkPaint* paint) argument
2483 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, const SkPaint* p) argument
2524 drawOval(float left, float top, float right, float bottom, const SkPaint* p) argument
2547 drawArc(float left, float top, float right, float bottom, float startAngle, float sweepAngle, bool useCenter, const SkPaint* p) argument
2582 drawRect(float left, float top, float right, float bottom, const SkPaint* p) argument
3186 float right = FLT_MIN; local
3236 drawColorRect(float left, float top, float right, float bottom, const SkPaint* paint, bool ignoreTransform) argument
3261 drawTextureRect(float left, float top, float right, float bottom, Texture* texture, const SkPaint* paint) argument
3297 drawTextureMesh(float left, float top, float right, float bottom, GLuint texture, const SkPaint* paint, bool blend, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool swapSrcDst, bool ignoreTransform, GLuint vbo, ModelViewMode modelViewMode, bool dirty) argument
3324 drawIndexedTextureMesh(float left, float top, float right, float bottom, GLuint texture, const SkPaint* paint, bool blend, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool swapSrcDst, bool ignoreTransform, GLuint vbo, ModelViewMode modelViewMode, bool dirty) argument
3351 drawAlpha8TextureMesh(float left, float top, float right, float bottom, GLuint texture, const SkPaint* paint, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool ignoreTransform, ModelViewMode modelViewMode, 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 )
619 float right,
626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
630 int right,
974 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
978 float right,
985 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
989 int right,
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
1670 arg("right", right);
1677 mgl.glFrustumf(left, right, bottom, top, near, far);
1681 public void glFrustumx(int left, int right, int bottom, int top, int near, argument
1685 arg("right", right);
1692 mgl.glFrustumx(left, right, bottom, top, near, far);
2158 public void glOrthof(float left, float right, float bottom, float top, argument
2162 arg("right", righ
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.java498 float right,
507 int right,
747 float right,
756 int right,
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.java171 // If true, modify alpha of neighboring pages as user scrolls left/right
720 // of the left/right gap and use that as the gap between each page.
743 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1063 mViewport.right + mViewport.width() / 2, mViewport.bottom);
1473 int rightBufferEdge = (int) (mapPointFromViewToParent(this, mViewport.right, 0)[0]
1604 // move to the left and fling to the right will register as a fling to the right.
1781 int right;
1784 right = (left + getScaledMeasuredWidth(getPageAt(i)));
1785 if (left <= relativeOffset && relativeOffset <= right) {
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java83 * children in left and right gutters.</p>
407 * {@link #getRight() right} and {@link #getBottom() bottom}.
2844 protected void internalSetPadding(int left, int top, int right, int bottom) { argument
2845 super.internalSetPadding(left, top, right, bottom);
2999 int right = 0;
3007 right = Math.max(right, insets.right);
3011 return Insets.of(left, top, right, bottom);
3094 c.getRight() - insets.right
6774 setMargins(int left, int top, int right, int bottom) argument
[all...]
H A DView.java325 * right of the left edge of its direct parent.
331 * These methods return the coordinates of the right and bottom edges of the
363 * is expressed in pixels for the left, top, right and bottom parts of the view.
366 * 2 pixels to the right of the left edge. Padding can be set using the
1135 * Use with {@link #focusSearch(int)}. Move focus to the right.
1938 * right-to-left direction.
2310 * Flag indicating that start/end padding has been resolved into left/right padding
2319 * Flag indicating that the start/end drawables has been resolved into left/right ones.
3019 * to the right edge of this view.
3062 * The right paddin
9913 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
10838 setRight(int right) argument
12202 postInvalidate(int left, int top, int right, int bottom) argument
12246 postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom) argument
12297 postInvalidateOnAnimation(int left, int top, int right, int bottom) argument
15624 setOpticalFrame(int left, int top, int right, int bottom) argument
15702 onLayout(boolean changed, int left, int top, int right, int bottom) argument
15718 setFrame(int left, int top, int right, int bottom) argument
15781 setLeftTopRightBottom(int left, int top, int right, int bottom) argument
16461 setPadding(int left, int top, int right, int bottom) argument
16479 internalSetPadding(int left, int top, int right, int bottom) argument
20208 int right; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java334 * The selection's right padding
2119 listPadding.right = mSelectionRightPadding + mPaddingRight;
2166 protected boolean setFrame(int left, int top, int right, int bottom) { argument
2167 final boolean changed = super.setFrame(left, top, right, bottom);
2301 * @return The right list padding.
2304 return mListPadding.right;
2551 selectorRect.right += mSelectionRightPadding;
2720 mSelectionRightPadding = padding.right;
3207 // get the selector in the right state, but we don't want to press each child.
3601 // Something isn't right
[all...]
H A DTextView.java347 // First reset "left" and "right" drawables to their initial values
358 // Use "end" drawable as "right" drawable if the "right" drawable was not defined
365 // JB-MR1+ normal case: "start" / "end" drawables are overriding "left" / "right"
1244 // This call will save the initial left/right drawables
1821 * Returns the right padding of the view, plus space for the right
1946 * Returns the total right padding of the view, including the right
1989 * right o
2001 setCompoundDrawables(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2142 setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) argument
2164 setCompoundDrawablesWithIntrinsicBounds(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2449 setPadding(int left, int top, int right, int bottom) argument
6877 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) {
1070 (GLfloat)right,
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) {
1084 (GLfixed)right,
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) {
3258 (GLfloat)right,
3266 /* void glOrthox ( GLfixed left, GLfixed right, 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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java287 // right-hand icons
1524 // Oops, wrong notification at this position. Put the right one
3404 // that, right? Riiiight.
3498 public void setBounds(int left, int top, int right, int bottom) { argument
4122 // If we aren't pressing recents right now then they presses
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java286 boolean mNavigationBarOnBottom = true; // is the navigation bar on the bottom *right now*?
1490 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) { argument
1494 mOverscanRight = right;
1657 // XXX right now the app process has complete control over
2059 // focus, so we want to get the IME window up on top of us right away.
2246 // This can be on either the bottom or the right.
2484 // right now to interact with applications.
3235 pf.right = df.right = of.right
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2434 protected boolean right(TextView widget, Spannable buffer) { method in class:EditStyledText.StyledTextArrowKeyMethod
2436 Log.d(LOG_TAG, "--- right:");
2462 handled |= right(widget, buffer);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp4307 float left, top, right, bottom; local
4314 right = float(rawBottom- mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
4326 right = float(mRawPointerAxes.x.maxValue - rawLeft) * mXScale + mXTranslate;
4338 right = float(mRawPointerAxes.y.maxValue - rawTop) * mYScale + mYTranslate;
4350 right = float(rawRight - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
4371 out.setAxisValue(AMOTION_EVENT_AXIS_GENERIC_3, right);
5733 "left=%d, top=%d, right=%d, bottom=%d",
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1525 // at the right position. Child windows should be rare and
2078 int availw = wallpaperWin.mFrame.right-wallpaperWin.mFrame.left-dw;
2970 (int)dispRect.right, (int)dispRect.bottom, Region.Op.DIFFERENCE);
3198 // can destroy the surface right away.
6034 crop.top = dw - crop.right;
6035 crop.right = crop.bottom;
6042 tmp = crop.right;
6043 crop.right = dw - crop.left;
6049 crop.bottom = crop.right;
6050 crop.right
8488 setOverscan(int displayId, int left, int top, int right, int bottom) argument
8508 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.java3012 insets.right += mTempRect.right;
5040 * approaches the right.
5588 * Return the right padding of the parent RecyclerView
5818 widthUsed += insets.left + insets.right;
5846 widthUsed += insets.left + insets.right;
5913 return child.getMeasuredWidth() + insets.left + insets.right;
5952 * @param right Right edge, with item decoration insets included
5957 public void layoutDecorated(View child, int left, int top, int right, int bottom) { argument
5959 child.layout(left + insets.left, top + insets.top, right
8824 int left, top, right, bottom; field in class:RecyclerView.ItemHolderInfo
8826 ItemHolderInfo(ViewHolder holder, int left, int top, int right, int bottom) argument
[all...]

Completed in 346 milliseconds

12345678910