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

<<11121314151617

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp486 EXPECT_EQ(0, crop.left);
614 crop.left = 0;
/frameworks/rs/
H A DrsFont.cpp146 // 0, 0 is top left, so bottom is a positive number
150 if (bounds->left > nPenX) {
151 bounds->left = nPenX;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java121 // additional instrumentation for testing purposes; intended to be left on during development
186 // left-hand icons
555 public void onLayoutChange(View v, int left, int top, int right, int bottom,
1750 final int left = location[0];
1752 final int right = left + mNotificationPanel.getWidth();
1764 if (childBounds.intersects(left, top, right, bottom)) {
2713 public void setBounds(int left, int top, int right, int bottom) { argument
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2423 int32_t left, top, right, bottom; local
2425 &left, &top,
2436 ((right - left + 1) * scale.xWidth) >> 16);
4293 int32_t left, top, right, bottom; local
4297 &left, &top, &right, &bottom));
4300 crop.left = left;
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java294 mPath.addPath(path, -bounds.left + (getWidth() - bounds.width()) / 2.0f,
/frameworks/base/core/java/android/widget/
H A DAdapterView.java532 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DAdapterViewAnimator.java758 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DMediaController.java53 * The window will disappear if left idle for three seconds and reappear
184 public void onLayoutChange(View v, int left, int top, int right,
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp587 rect.left = x;
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/graphics/java/android/graphics/
H A DBitmap.java284 * Sets the layout bounds as an array of left, top, right, bottom integers
721 canvas.translate(-deviceR.left, -deviceR.top);
941 * @return the layout padding [left, right, top, bottom]
1341 * @param x left edge of the area of pixels to access
/frameworks/base/libs/hwui/
H A DDisplayList.cpp353 ALOGD("%*sTranslate (left, top) %d, %d", level * 2, "", mLeft, mTop);
516 level * 2, "", this, mName.string(), clipRect->left, clipRect->top,
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java1934 int availw = wallpaperWin.mFrame.right-wallpaperWin.mFrame.left-dw;
2717 window.mGivenTouchableRegion.op((int)dispRect.left, (int)dispRect.top,
5613 int left = wf.left + cr.left;
5617 frame.union(left, top, right, bottom);
5719 // TODO: Test for RTL vs. LTR and use frame.right-width instead of -frame.left
5720 matrix.postTranslate(-FloatMath.ceil(frame.left), -FloatMath.ceil(frame.top));
7872 public void setOverscan(int displayId, int left, int top, int right, int bottom) { argument
7884 setOverscanLocked(displayContent, left, to
7892 setOverscanLocked(DisplayContent displayContent, int left, int top, int right, int bottom) argument
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp3105 ALOGV("Track left volume out of range: %04X", vl);
3550 float left, right; local
3553 left = right = 0;
3561 left = v_clamped/MAX_GAIN;
3568 if (left != mLeftVolFloat || right != mRightVolFloat) {
3569 mLeftVolFloat = left;
3573 uint32_t vl = (uint32_t)(left * (1 << 24));
3581 left = (float)vl / (1 << 24);
3585 mOutput->stream->set_volume(mOutput->stream, left, right);
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp1325 int left, int top, int right, int bottom) {
1333 android_native_rect_t crop = { left, top, right, bottom };
1324 set_crop(const camera2_stream_ops_t* w, int left, int top, int right, int bottom) argument
/frameworks/base/core/java/android/hardware/
H A DCamera.java672 * invoked with the buffer. If a frame arrives and there is no buffer left,
711 * image frame arrives but there is no buffer left, the frame is
1499 * Bounds of the face. (-1000, -1000) represents the top-left of the
1504 * guaranteed left < right and top < bottom. The coordinates can be
1558 * The coordinates of the center of the left eye. The coordinates are in
1731 * is always the top-left corner of the current field of view, and (1000,
1782 * Bounds of the area. (-1000, -1000) represents the top-left of the
2258 buffer.append(rect.left);
2773 * #0 is top and column #0 is left side).
3514 * range from -1000 to 1000. (-1000, -1000) is the upper left poin
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1465 public void updateCursor(View view, int left, int top, int right, int bottom) { argument
1474 mTmpCursorRect.set(left, top, right, bottom);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java324 ev.offsetLocation(mTempRect.left, mTempRect.top);
326 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
811 // enabled because the user has left keyguard.
1287 // We add the widgets from left to right, starting after the first page after
1289 // to left, starting after camera.
1518 // insert to left of camera if it exists, otherwise after right-most widget
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java349 viewport.logicalFrame.left, viewport.logicalFrame.top,
351 viewport.physicalFrame.left, viewport.physicalFrame.top,
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java1244 public void foundNonMonotonic(NetworkStats left, int leftIndex, NetworkStats right, argument
1250 builder.append("found non-monotonic " + cookie + " values at left[" + leftIndex
1252 builder.append("left=").append(left).append('\n');
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1784 public boolean setFrame(final int left, final int top, final int right, final int bottom) { argument
1785 return mWebViewPrivate.super_setFrame(left, top, right, bottom);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java576 mChipDelete.setBounds(width - deleteWidth + backgroundPadding.left,
638 // Draw the photo on the left side.
643 RectF dst = new RectF(width - iconWidth + backgroundPadding.left,
848 if (getWidth() > 0 && bounds.right - bounds.left > getWidth()) {
879 // to the left.
1489 // Align the alternates popup with the left side of the View,
2060 // Align the alternates popup with the left side of the View,
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c379 float left = (float)(*(uint32_t *)pCmdData) / (1 << 24); local
381 ALOGV("Reverb_Command EFFECT_CMD_SET_VOLUME: left %f, right %f ", left, right);
1671 // left input = (left dry * m_nLateGain) + right feedback from previous period
1707 // right input = (right dry * m_nLateGain) + left feedback from previous period
1780 // difference is feedback to left input (R - L)
1804 // ********** start early reflection generator, left
1839 // ********** end early reflection generator, left
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp299 p.focusingAreas[i].left,
316 p.meteringAreas[i].left,
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java1491 Integer.toString(startRect.left));
1501 Integer.toString(endRect.left));

Completed in 773 milliseconds

<<11121314151617