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

<<11121314151617

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp542 disp.framebufferTarget->sourceCropf.left = 0;
928 r.left = int(ceilf(crop.left));
1068 l.sourceCropf.left, l.sourceCropf.top, l.sourceCropf.right, l.sourceCropf.bottom,
1069 l.displayFrame.left, l.displayFrame.top, l.displayFrame.right, l.displayFrame.bottom,
1076 l.sourceCrop.left, l.sourceCrop.top, l.sourceCrop.right, l.sourceCrop.bottom,
1077 l.displayFrame.left, l.displayFrame.top, l.displayFrame.right, l.displayFrame.bottom,
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp390 int32_t mulRL(int left, int32_t in, uint32_t vRL) argument
394 if (left) {
407 int16_t v = left ? int16_t(vRL) : int16_t(vRL>>16);
428 int32_t mulAddRL(int left, uint32_t inRL, int32_t v, int32_t a) argument
432 if (left) {
445 int16_t s = left ? int16_t(inRL) : int16_t(inRL>>16);
500 void AudioResamplerSinc::setVolume(int16_t left, int16_t right) { argument
501 AudioResampler::setVolume(left, right);
502 mVolumeSIMD[0] = int32_t(left)<<16;
H A DEffects.cpp636 status_t AudioFlinger::EffectModule::setVolume(uint32_t *left, uint32_t *right, bool controller) argument
652 volume[0] = *left;
664 *left = volume[0];
1506 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right) argument
1508 uint32_t newLeft = *left;
1524 if (ctrlIdx == mVolumeCtrlIdx && *left == mLeftVolume && *right == mRightVolume) {
1526 *left = mNewLeftVolume;
1554 lVol = *left;
1559 *left = newLeft;
H A DAudioResampler.cpp249 void AudioResampler::setVolume(int16_t left, int16_t right) {
251 mVolume[0] = left;
502 * vl, vr : left and right gain
613 * vl, vr : left and right gain
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java140 src.left, src.top,
143 src.left, src.bottom,
150 dst.left = Math.min(Math.min(corners[0], corners[2]), Math.min(corners[4], corners[6]));
612 tx = dst.left - src.left * sx;
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java64 * Edge flag indicating that the left edge should be affected.
165 * @param left New X coordinate of the left edge of the view
170 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {} argument
198 * @param xvel X velocity of the pointer as it left the screen in pixels per second.
199 * @param yvel Y velocity of the pointer as it left the screen in pixels per second.
299 * @param left Attempted motion along the X axis
300 * @param dx Proposed change in position for left
301 * @return The new clamped position for left
303 public int clampViewPositionHorizontal(View child, int left, in argument
1365 dragTo(int left, int top, int dx, int dy) argument
[all...]
/frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
H A DCtsUiAutomatorTest.java309 assertTrue("UiObject swipe left 1->2", "[ 2 ]".equals(textView.getText()));
312 assertTrue("UiObject swipe left 2->3", "[ 3 ]".equals(textView.getText()));
315 assertTrue("UiObject swipe left 3->4", "[ 4 ]".equals(textView.getText()));
327 UiDevice.getInstance().swipe(tb.right - 20, tb.centerY(), tb.left + 20, tb.centerY(), 50);
688 rect1.left < rect2.left && rect2.right < rect3.right);
810 withinMarginOfError(0.1f, screenRect.centerX() - screenRect.left,
858 withinMarginOfError(0.1f, screenRect.centerX() - screenRect.left,
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h620 int left, int top, int right, int bottom)
624 crop.left = left;
619 __set_crop(struct preview_stream_ops *w, int left, int top, int right, int bottom) argument
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java154 setPadding(padding.left, padding.top, padding.right, padding.bottom);
195 padding.left = r.getDimensionPixelSize(com.android.internal.
281 int xPaddingDips = (int) ((padding.left + padding.right) / density);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java292 protected boolean setFrame(int left, int top, int right, int bottom) { argument
293 boolean result = super.setFrame(left, top, right, bottom);
450 + " left=" + (mLeft != mLocation[0])
522 mSurfaceFrame.left = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java521 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
522 final float w = right-left;
526 final int cx = (int) (left + w * 0.5f);
H A DSwipeHelper.java185 view.invalidate((int) Math.floor(childBounds.left),
190 Log.v(TAG, "INVALIDATE(" + (int) Math.floor(childBounds.left)
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java137 mTempCanvas.drawBitmap(mBuffer, -wantRegion.left, -wantRegion.top, mTempPaint);
490 (mOverlapRegion.left - mWantRegion.left) >> level,
/frameworks/base/services/java/com/android/server/wm/
H A DDisplayContent.java215 int left = (mBaseDisplayWidth - width) / 2;
218 out.set(left, top, left + width, top + height);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h107 void setVolume(float left, float right);
216 void setVolume(float left, float right) {} argument
/frameworks/av/media/libstagefright/yuv/
H A DYUVImage.cpp202 int32_t srcStartX = srcRect.left;
284 int32_t srcStartX = srcRect.left;
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java337 public void initializeInvalidateRegion(int left, int top, int right, int bottom) { argument
339 region.set(left, top, right, bottom);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java195 * {@link android.view.View#getLeft() left},
911 int left = getPaddingLeft() + insets.left;
918 int x = left + xs[i];
927 drawLine(canvas, left, y, right, y, paint);
1106 This method is then left with the simpler task of applying margins, gravity
1110 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1113 int targetWidth = right - left;
1922 int left, int top, int right, int bottom,
1925 setMargins(left, to
1920 LayoutParams( int width, int height, int left, int top, int right, int bottom, Spec rowSpec, Spec columnSpec) argument
[all...]
H A DNumberPicker.java725 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
727 super.onLayout(changed, left, top, right, bottom);
2469 int left, int top, int right, int bottom) {
2479 boundsInParent.set(left, top, right, bottom);
2491 String text, int left, int top, int right, int bottom) {
2502 boundsInParent.set(left, top, right, bottom);
2524 private AccessibilityNodeInfo createAccessibilityNodeInfoForNumberPicker(int left, int top, argument
2547 boundsInParent.set(left, top, right, bottom);
2468 createAccessibiltyNodeInfoForInputText( int left, int top, int right, int bottom) argument
2490 createAccessibilityNodeInfoForVirtualButton(int virtualViewId, String text, int left, int top, int right, int bottom) argument
H A DZoomButtonsController.java464 // lp.x and lp.y should be relative to the owner's window top-left
634 if (containerCoordsX >= frame.left && containerCoordsX <= frame.right) {
637 distanceX = Math.min(Math.abs(frame.left - containerCoordsX),
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix4f.java223 * @param lhs left hand side matrix
249 * @param l location of the left vertical clipping plane
283 * @param l location of the left vertical clipping plane
314 float left = bottom * aspect;
316 loadFrustum(left, right, bottom, top, near, far);
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java333 public void glFrustumf(float left, float right, float bottom, float top, argument
336 mgl.glFrustumf(left, right, bottom, top, near, far);
340 public void glFrustumx(int left, int right, int bottom, int top, int near, argument
343 mgl.glFrustumx(left, right, bottom, top, near, far);
607 public void glOrthof(float left, float right, float bottom, float top, argument
610 mgl.glOrthof(left, right, bottom, top, near, far);
614 public void glOrthox(int left, int right, int bottom, int top, int near, argument
617 mgl.glOrthox(left, right, bottom, top, near, far);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetFrame.java483 void setOverScrollAmount(float r, boolean left) { argument
486 mForegroundGradient = left ? mLeftToRightGradient : mRightToLeftGradient;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsVerticalScrollView.java247 public void drawFadedEdges(Canvas canvas, int left, int right, int top, int bottom) { argument
251 left, right, top + getFadeTop(offsetRequired), bottom, mScrollX, mScrollY,
/frameworks/native/opengl/include/GLES/
H A Dglext.h626 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
644 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
666 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
684 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
793 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
794 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
800 typedef void (GL_APIENTRYP PFNGLFRUSTUMFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
801 typedef void (GL_APIENTRYP PFNGLORTHOFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);

Completed in 642 milliseconds

<<11121314151617