Searched refs:left (Results 276 - 300 of 362) sorted by relevance

<<1112131415

/frameworks/base/core/java/android/widget/
H A DAbsListView.java311 * The selection's left padding
1958 listPadding.left = mSelectionLeftPadding + mPaddingLeft;
2004 protected boolean setFrame(int left, int top, int right, int bottom) { argument
2005 final boolean changed = super.setFrame(left, top, right, bottom);
2100 * @return The left list padding.
2103 return mListPadding.left;
2121 * not available for reuse in the recycle bin. The only choices left are
2291 positionSelector(selectorRect.left, selectorRect.top, selectorRect.right,
2442 mSelectionLeftPadding = padding.left;
2597 // Detach any view left i
[all...]
H A DCalendarView.java1535 // The left edge of the selected day
1719 mTempRect.left = 0;
1722 mTempRect.left = mShowWeekNumber ? mWidth / mNumCells : 0;
1728 mTempRect.left = mSelectedRight + 3;
1731 mTempRect.left = mSelectedRight + 3;
H A DNumberPicker.java720 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
722 super.onLayout(changed, left, top, right, bottom);
2424 String text, int left, int top, int right, int bottom) {
2435 boundsInParent.set(left, top, right, bottom);
2457 private AccessibilityNodeInfo createAccessibilityNodeInfoForNumberPicker(int left, int top, argument
2480 boundsInParent.set(left, top, right, bottom);
2423 createAccessibilityNodeInfoForVirtualButton(int virtualViewId, String text, int left, int top, int right, int bottom) argument
H A DActivityChooserView.java44 * The left button is an immediate action and allows one click activity choosing.
424 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
425 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
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.
1295 offset = - dropDownPadding.left;
1297 offset = anchorPadding - (dropDownPadding.left + iconOffset);
1300 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...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java228 mScaleState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp646 tx = (float(cropRect.left) + shrinkAmount) / bufferWidth;
720 outCrop.left -=dw;
730 outCrop.left, outCrop.top,
877 prefix, mTexName, mCurrentTexture, prefix, mCurrentCrop.left,
/frameworks/native/opengl/include/GLES/
H A Dgl.h601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp379 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
381 rsrMeasureTextAlloc(rsc, sc, a, left, right, top, bottom);
385 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
387 rsrMeasureText(rsc, sc, text, left, right, top, bottom);
378 SC_MeasureTextAlloc(Allocation *a, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
384 SC_MeasureText(const char *text, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java429 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
432 float left,
440 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
443 int left,
799 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
802 float left,
810 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
813 int left,
431 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
442 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
801 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
812 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp1696 normalizedXToArray(focusingAreas[i].left);
1725 normalizedXToArray(meteringAreas[i].left);
1752 int32_t reqCropRegion[3] = { crop.left, crop.top, crop.width };
2132 if (areas[0].left == 0 &&
2156 if (a->left < -1000 || a->left > 1000) return BAD_VALUE;
2160 if (a->left >= a->right) return BAD_VALUE;
2201 int ret = x + previewCrop.left;
2239 return x - previewCrop.left;
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp244 if (abs(r1.left - r2.left) > tolerance) {
245 msg += String8::format("left(%d isn't %d)", r1.left, r2.left);
267 r1.left, r1.top, r1.right, r1.bottom,
268 r2.left, r2.top, r2.right, r2.bottom);
626 bool inside = rect.left <= x && x < rect.right &&
630 bool inside = rect.left <= 2*x && 2*x < rect.right &&
802 crop.left, cro
[all...]
/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/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...]
/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/libs/hwui/font/
H A DFont.cpp73 if (bounds->left > nPenX) {
74 bounds->left = nPenX;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetPager.java596 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
597 super.onLayout(changed, left, top, right, bottom);
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.h379 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
2828 isWithinBoundsNoHistory(float left, float top, float right, float bottom) argument
2854 clampNoHistory(float left, float top, float right, float bottom) argument
[all...]
/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/native/libs/ui/
H A DFramebufferNativeWindow.cpp184 return fbDev->setUpdateRect(fbDev, r.left, r.top, r.width(), r.height());

Completed in 3984 milliseconds

<<1112131415