Searched refs:right (Results 201 - 225 of 328) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutGravityTest.java52 mRightView = activity.findViewById(R.id.right);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java571 if (t.right > r.right) r.right = t.right;
H A DAnimatedRotateDrawable.java76 int w = bounds.right - bounds.left;
198 mState.mDrawable.setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
H A DRotateDrawable.java78 int w = bounds.right - bounds.left;
179 bounds.right, bounds.bottom);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java126 padding.right = paddingarray[2];
/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 )
619 float right,
626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
630 int right,
990 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
994 float right,
1001 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
1005 int right,
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
992 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
1003 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.java498 float right,
507 int right,
747 float right,
756 int right,
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/av/media/libmedia/
H A DAudioTrack.cpp516 status_t AudioTrack::setVolume(float left, float right) argument
518 if (left < 0.0f || left > 1.0f || right < 0.0f || right > 1.0f) {
524 mVolume[RIGHT] = right;
526 mCblk->setVolumeLR((uint32_t(uint16_t(right * 0x1000)) << 16) | uint16_t(left * 0x1000));
531 void AudioTrack::getVolume(float* left, float* right) const
536 if (right != NULL) {
537 *right = mVolume[RIGHT];
1442 snprintf(buffer, 255, " stream type(%d), left - right volume(%f, %f)\n", mStreamType, mVolume[0], mVolume[1]);
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackGraphs.java40 if (tile.left < (view.right * view.scale)
41 && tile.right >= (view.left * view.scale)
/frameworks/base/media/java/android/media/
H A DTimedText.java146 * horizontal justification 0: left, 1: centered, -1: right
501 int right = parcel.readInt();
502 mTextBounds = new Rect(left, top, right, bottom);
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp323 size_t right = mTableOfContents.size(); local
324 while (left < right) {
325 size_t center = left / 2 + right / 2 + (left & right & 1);
330 right = center;
334 left = right = center;
/frameworks/av/services/audioflinger/
H A DFastMixer.cpp742 // assume same number of tail samples on each side, left and right
744 CentralTendencyStatistics left, right;
747 right.sample(tail[n - (i + 1)]);
751 " right tail: mean=%.2f min=%.2f max=%.2f stddev=%.2f\n",
753 right.mean()*1e-6, right.minimum()*1e-6, right.maximum()*1e-6,
754 right.stddev()*1e-6);
H A DAudioResampler.cpp253 void AudioResampler::setVolume(int16_t left, int16_t right) {
256 mVolume[1] = right;
506 * vl, vr : left and right gain
617 * vl, vr : left and right gain
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp431 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) {
440 mBounds->right = fmax(mBounds->right, x3);
459 mBounds->right = fmax(mBounds->right, fmax(x1, fmax(x2, fmax(x3, x4))));
508 uint32_t paddedWidth = (uint32_t) (bounds.right - bounds.left) + 2 * radius;
688 // Stepping left and right away from the pixel
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp186 rect.right = this->_w;
200 out << rect.right << ", ";
207 // Parse HWC rectangle description of form [left, top, right, bottom]
234 in >> rect.right;
249 // Validate right and bottom are greater than left and top
250 if ((rect.right <= rect.left) || (rect.bottom <= rect.top)) { return rect; }
480 (float) (list->hwLayers[layer].sourceCrop.right
482 / (float) (list->hwLayers[layer].displayFrame.right
685 // side color given by startColor and the right side color given by
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java3040 contentToViewX(x.right), contentToViewY(x.bottom));
3053 the bottom/right coordinates. This catches the possible extra pixels of
3081 viewInvalidate(r.left, r.top, r.right, r.bottom);
3148 + mGlobalVisibleRect.top + ",r=" + mGlobalVisibleRect.right + ",b="
3178 r.right = viewToContentX(r.right);
3824 rangeX = mScrollingLayerRect.right;
4297 int right = computeRealHorizontalScrollRange();
4302 canvas.clipRect(-getScrollX(), top - getScrollY(), right - getScrollX(), bottom
4307 canvas.drawRect(-1, top - 1, right, botto
5571 setFrame(int left, int top, int right, int bottom) argument
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraHardwareInterface.h624 int left, int top, int right, int bottom)
630 crop.right = right;
623 __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.java146 setPadding(padding.left, padding.top, padding.right, padding.bottom);
189 padding.right = r.getDimensionPixelSize(com.android.internal.
273 int xPaddingDips = (int) ((padding.left + padding.right) / density);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java459 mDropDownWidth = mTempRect.left + mTempRect.right + width;
1110 (mTempRect.left + mTempRect.right),
1116 (mTempRect.left + mTempRect.right),
H A DStackView.java1094 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1314 globalInvalidateRect.right, globalInvalidateRect.bottom);
1318 globalInvalidateRect.right, globalInvalidateRect.bottom);
1347 int right = Math.max(mView.getRight() + horizontalOffsetDelta, mView.getRight());
1351 invalidateRectf.set(left, top, right, bottom);
1361 (int) Math.ceil(invalidateRectf.right),
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h106 void setVolume(float left, float right);
207 void setVolume(float left, float right) {} argument
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java379 final int right = getWidth() - getPaddingRight();
385 final int drawLeft = left + (right - left - drawWidth) / 2;
/frameworks/base/core/java/android/view/
H A DGLES20RecordingCanvas.java233 public void drawRect(float left, float top, float right, float bottom, Paint paint) { argument
234 super.drawRect(left, top, right, bottom, paint);
/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);

Completed in 4380 milliseconds

1234567891011>>