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

<<11121314151617

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp632 // are laid out on a diagonal starting from the upper left corner. With
653 rect.displayFrame.left = x;
1297 foreground.displayFrame.left += 5;
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java76 * CHANGE_APPEARING animation animates the <code>left</code>, <code>top</code>, <code>right</code>,
279 // "left" is just a placeholder; we'll put real properties/values in when needed
280 PropertyValuesHolder pvhLeft = PropertyValuesHolder.ofInt("left", 0, 1);
641 * example, a ObjectAnimator that animates the property "left" is able to set and get the
642 * <code>left</code> property from the View objects being animated by the layout
891 public void onLayoutChange(View v, int left, int top, int right, int bottom,
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java205 // angles less than or greater than 0 radians rotate the major axis left or right.
211 mReusableOvalRect.left = x - minor / 2;
/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java301 x -= mCurrentDisplayRect.left;
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs116 * Detail is aligned with the left edge of either the top or the bottom of
463 float left = bottom * aspect;
465 rsMatrixLoadFrustum(matrix, left, right, bottom, top, near, far);
949 // The line is drawn from the top or bottom left of the card
/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/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/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/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1039 XAuint32 left; member in struct:XARectangle_
1584 XAuint32 left; member in struct:XAFocusPointPosition_
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp906 //When less than 1.5 sec of playback left
1693 mCropRect.left = cropLeft;
/frameworks/base/core/java/android/app/
H A DActivityManager.java1401 dest.writeInt(bounds.left);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp828 pDecShellContext->mCropRect.left = cropLeft;
/frameworks/base/core/java/android/provider/
H A DContactsContract.java4972 * this logic: if there was no prior status update, the value will be left as null.
5546 * case the provider will try to automatically infer it. (It'll be left null if the
7921 rect.left = (int) (pos[0] * appScale + 0.5f);
8172 * left the Activity without changing the selection.
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1731 // we're left with the letterbox region
1761 engine.setScissor(scissor.left, height - scissor.bottom,
/frameworks/av/media/libstagefright/
H A DACodec.cpp3422 &crop.left, &crop.top, &crop.right, &crop.bottom)) {

Completed in 1199 milliseconds

<<11121314151617