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

<<11121314151617

/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutGravityTest.java51 mLeftView = activity.findViewById(R.id.left);
/frameworks/base/libs/hwui/
H A DMatrix.h125 void loadOrtho(float left, float right, float bottom, float top, float near, float far);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java615 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
618 float left,
626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
629 int left,
974 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
977 float left,
985 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
988 int left,
617 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
628 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
976 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
987 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java497 float left,
506 int left,
746 float left,
755 int left,
496 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
505 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
745 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
754 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsContainerView.java104 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/base/services/java/com/android/server/wm/
H A DFocusedStackFrame.java105 mSurfaceControl.setPosition(bounds.left, bounds.top);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java131 padding.left = paddingarray[0];
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DMultiAdapterSpinner.java153 bgOffset = -mTempRect.left;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuView.java273 // Divide any space left that wouldn't divide along cell boundaries
415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
417 super.onLayout(changed, left, top, right, bottom);
427 int widthRemaining = right - left - getPaddingRight() - getPaddingLeft();
466 final int midHorizontal = (right - left) / 2;
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java393 void drawVerticalDivider(Canvas canvas, int left) { argument
394 mDivider.setBounds(left, getPaddingTop() + mDividerPadding,
395 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
1447 * @param left
1452 void layoutVertical(int left, int top, int right, int bottom) { argument
1459 final int width = right - left;
1541 * @param left
1546 void layoutHorizontal(int left, int top, int right, int bottom) { argument
1574 childLeft = mPaddingLeft + right - left - mTotalLength;
1579 childLeft = mPaddingLeft + (right - left
1670 setChildFrame(View child, int left, int top, int width, int height) argument
[all...]
H A DRelativeLayout.java87 * Rule that aligns a child's right edge with another child's left edge.
91 * Rule that aligns a child's left edge with another child's right edge.
108 * Rule that aligns a child's left edge with another child's left edge.
125 * Rule that aligns the child's left edge with its RelativeLayout
126 * parent's left edge.
420 int left = Integer.MAX_VALUE;
503 left = Math.min(left, params.mLeft - params.leftMargin);
522 left
[all...]
H A DStackView.java1094 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1313 p.invalidate(globalInvalidateRect.left, globalInvalidateRect.top,
1317 p.invalidate(globalInvalidateRect.left, globalInvalidateRect.top,
1346 int left = Math.min(mView.getLeft() + horizontalOffsetDelta, mView.getLeft());
1351 invalidateRectf.set(left, top, right, bottom);
1353 float xoffset = -invalidateRectf.left;
1359 invalidateRect.set((int) Math.floor(invalidateRectf.left),
/frameworks/av/services/audioflinger/
H A DEffects.h103 status_t setVolume(uint32_t *left, uint32_t *right, bool controller);
272 bool setVolume_l(uint32_t *left, uint32_t *right);
363 uint32_t mLeftVolume; // previous volume on left channel
365 uint32_t mNewLeftVolume; // new volume on left channel
H A DFastMixer.cpp823 // assume same number of tail samples on each side, left and right
825 CentralTendencyStatistics left, right;
827 left.sample(tail[i]);
831 " left tail: mean=%.2f min=%.2f max=%.2f stddev=%.2f\n"
833 left.mean()*1e-6, left.minimum()*1e-6, left.maximum()*1e-6, left.stddev()*1e-6,
/frameworks/base/core/java/android/gesture/
H A DGesture.java66 gesture.mBoundingBox.set(mBoundingBox.left, mBoundingBox.top,
243 path.offset(-bounds.left + (width - bounds.width() * scale) / 2.0f,
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java127 int startLeft = startBounds.left;
128 int endLeft = endBounds.left;
155 pvh[pvhIndex++] = PropertyValuesHolder.ofInt("left", startLeft, endLeft);
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl72 void setOverscan(int displayId, int left, int top, int right, int bottom);
/frameworks/base/media/java/android/media/
H A DTimedText.java146 * horizontal justification 0: left, 1: centered, -1: right
499 int left = parcel.readInt();
502 mTextBounds = new Rect(left, top, right, bottom);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java181 ev.offsetLocation(mTempRect.left, mTempRect.top);
183 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
H A DKeyguardSecurityViewFlipper.java61 ev.offsetLocation(mTempRect.left, mTempRect.top);
63 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
H A DSlidingChallengeLayout.java959 final int left = center - childWidth / 2;
966 child.layout(left, bottom - childHeight, left + childWidth, bottom);
969 final int left = center - child.getMeasuredWidth() / 2;
970 final int right = left + child.getMeasuredWidth();
973 child.layout(left, top, right, bottom);
978 // Non-challenge views lay out from the upper left, layered.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java238 public void drawFadedEdges(Canvas canvas, int left, int right, int top, int bottom) { argument
242 left, right, top, bottom, mScrollX, mScrollY,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java32 * Each point in the Quad represents a specific corner of the Quad. These are top-left, top-right,
33 * bottom-left, and bottom-right. These labels allow mapping a transformed Quad back to an up-right
35 * the top-left corner is actually at the top-left of coordinate space.
47 * The unit Quad has its top-left point at (0, 0) and bottom-right point at (1, 1).
61 return new Quad(new PointF(rect.left, rect.top),
63 new PointF(rect.left, rect.bottom),
70 * @param x the top left x coordinate
71 * @param y the top left y coordinate
86 * The returned Quad has the specified top-left an
[all...]
/frameworks/native/libs/gui/
H A DGLConsumer.cpp116 return hasEglAndroidImageCrop() && (crop.left == 0 && crop.top == 0);
833 tx = (float(cropRect.left) + shrinkAmount) / bufferWidth;
882 EGL_IMAGE_CROP_LEFT_ANDROID, crop.left,
931 outCrop.left -=dw;
941 outCrop.left, outCrop.top,
1075 prefix, mTexName, mCurrentTexture, prefix, mCurrentCrop.left,
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp184 rect.left = rect.top = 0;
198 out << rect.left << ", ";
207 // Parse HWC rectangle description of form [left, top, right, bottom]
222 in >> rect.left;
249 // Validate right and bottom are greater than left and top
250 if ((rect.right <= rect.left) || (rect.bottom <= rect.top)) { return rect; }
481 - list->hwLayers[layer].sourceCrop.left)
483 - list->hwLayers[layer].displayFrame.left),
680 // Fill the given buffer with a horizontal blend of colors, with the left

Completed in 795 milliseconds

<<11121314151617