Searched refs:left (Results 326 - 350 of 415) sorted by relevance

<<11121314151617

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp54 /* left neighbor */
217 uint8 *pred, *top, *left; local
276 left = curL - 1 - pitch;
282 word1 = *(left += pitch);
744 availability.left = TRUE;
750 if (!(blkidx&0x3)) /* left column block (!block_x)*/
751 { /* check availability left */
752 availability.left = video->intraAvailA ;
791 if (availability.left == TRUE)
806 /* check if top-left pixe
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp337 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
531 glScissor(r.left, mHeight - r.bottom,
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java49 * The left button is an immediate action and allows one click activity choosing.
458 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
459 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
H A DVideoView.java820 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
821 super.onLayout(changed, left, top, right, bottom);
H A DSearchView.java325 public void onLayoutChange(View v, int left, int top, int right, int bottom,
968 // Next, check for left/right moves, which we use to "return" the
972 // left key, at end if right key
973 // TODO: Reverse left/right for right-to-left languages, e.g.
1296 offset = - dropDownPadding.left;
1298 offset = anchorPadding - (dropDownPadding.left + iconOffset);
1301 final int width = mDropDownAnchor.getWidth() + dropDownPadding.left
H A DGallery.java181 * the children are ordered right to left.
392 // If moved left, there will be empty space on the right
395 // Similarly, empty space on the left
478 * @param toLeft Whether to detach children to the left of the Gallery, or
618 * moving to the right, so views are scrolling to the left. -1
619 * means the selection is moving to the left.
626 int childrenLeft = mSpinnerPadding.left;
627 int childrenWidth = mRight - mLeft - mSpinnerPadding.left - mSpinnerPadding.right;
661 * mFirstPosition will be decreased as we add views to the left later
837 * will either be the left o
[all...]
H A DListPopupWindow.java481 mDropDownWidth = mTempRect.left + mTempRect.right + width;
1154 (mTempRect.left + mTempRect.right),
1160 (mTempRect.left + mTempRect.right),
H A DPopupWindow.java854 * <p>Display the content view in a popup window anchored to the bottom-left
857 * view to scroll. If no parent scroll view can be scrolled, the bottom-left
858 * corner of the popup is pinned at the top left corner of the anchor view.</p>
869 * <p>Display the content view in a popup window anchored to the bottom-left
873 * view to scroll. If no parent scroll view can be scrolled, the bottom-left
874 * corner of the popup is pinned at the top left corner of the anchor view.</p>
889 * <p>Display the content view in a popup window anchored to the bottom-left
893 * view to scroll. If no parent scroll view can be scrolled, the bottom-left
894 * corner of the popup is pinned at the top left corner of the anchor view.</p>
1040 // we want a fixed size view located at the bottom left o
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java44 * left to right, or right to left. Used by incoming call screen, and the lock screen when no
69 private Bitmap mArrowLongLeft; // Long arrow starting on the left, pointing clockwise
72 // positions of the left and right handle
104 * Whether the user has triggered something (e.g dragging the left handle all the way over to
121 * How far inset the left and right circles should be
225 final int left = w - mBackgroundHeight;
227 mBgMatrix.postTranslate(left, h);
239 * Sets the left handle icon to a given resource.
357 // left dimpl
[all...]
H A DSubtitleView.java304 bounds.left = layout.getLineLeft(i) -innerPaddingX;
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp173 static void addRect__FFFFI(JNIEnv* env, jobject clazz, SkPath* obj, jfloat left, jfloat top, jfloat right, jfloat bottom, SkPath::Direction dir) { argument
174 SkScalar left_ = SkFloatToScalar(left);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1074 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1077 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
1079 (GLfloat)left,
1088 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1091 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1093 (GLfixed)left,
2420 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
2423 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
2425 (GLfloat)left,
2434 /* void glOrthox ( GLfixed left, GLfixe
1076 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1090 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
2422 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
2436 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
[all...]
/frameworks/base/libs/hwui/font/
H A DFont.cpp152 if (bounds->left > nPenX) {
153 bounds->left = nPenX;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java571 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
573 super.onLayout(changed, left, top, right, bottom);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h402 void GLTrace_glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
417 void GLTrace_glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
439 void GLTrace_glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
463 void GLTrace_glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
506 void GLTrace_glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
524 void GLTrace_glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
558 void GLTrace_glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
559 void GLTrace_glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserView.java49 * The left button is an immediate action and allows one click activity choosing.
430 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
431 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
/frameworks/av/include/media/
H A DAudioTrack.h319 * left and right volumes. Levels must be >= 0.0 and <= 1.0.
322 status_t setVolume(float left, float right);
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h257 int left, int top, int right, int bottom);
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java69 protected boolean left(TextView widget, Spannable buffer) { method in class:ArrowKeyMovementMethod
/frameworks/base/core/java/android/view/
H A DMotionEvent.java414 * Flag indicating the motion event intersected the left edge of the screen.
435 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
437 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
618 * indicates that the major axis of contact is oriented to the left.
619 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians
624 * -PI/2 radians is pointing left, -PI or PI radians is pointing down, and PI/2 radians
659 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
745 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
776 * <li>For a joystick, reports the absolute position of the left trigger control.
825 * The value is normalized to a range from -1.0 (turn left) t
2826 isWithinBoundsNoHistory(float left, float top, float right, float bottom) argument
2852 clampNoHistory(float left, float top, float right, float bottom) argument
[all...]
H A DAccessibilityInteractionController.java669 visibleWinFrame.left = (int) (attachInfo.mWindowLeft * scale + spec.offsetX);
671 visibleWinFrame.right = (int) (visibleWinFrame.left + mViewRootImpl.mWidth * scale);
683 if (!visibleWinFrame.intersects(boundsInScreen.left, boundsInScreen.top,
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DMultiWaveView.java410 * mFeedbackCount items in the order: left, right, top, bottom.
469 view.invalidate((int) Math.floor(childBounds.left),
1007 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1008 super.onLayout(changed, left, top, right, bottom);
1009 final int width = right - left;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java233 mScaleState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp184 return fbDev->setUpdateRect(fbDev, r.left, r.top, r.width(), r.height());
/frameworks/base/opengl/java/android/opengl/
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...]

Completed in 584 milliseconds

<<11121314151617