Searched refs:right (Results 101 - 125 of 328) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/text/
H A DLayout.java105 * @param align whether to left, right, or center the text. Styles can
125 * @param align whether to left, right, or center the text. Styles can
239 int right = mWidth;
272 // Draw all leading margin spans. Adjust left or right according
286 margin.drawLeadingMargin(canvas, paint, right, dir, ltop,
289 right -= margin.getLeadingMargin(useFirstLineMargin);
326 x = right;
332 x = right - max;
338 x = (right + left - max) >> 1;
464 * Return the start position of the line, given the left and right bound
472 getLineStartPos(int line, int left, int right) argument
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h193 int32_t right, int32_t bottom);
204 int32_t *right, int32_t *bottom);
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h59 int32_t left, int32_t top, int32_t right, int32_t bottom);
74 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const;
/frameworks/av/libvideoeditor/vss/src/
H A DVideoEditorResampler.cpp113 void LVAudiosetVolume(M4OSA_Context resamplerContext, M4OSA_Int16 left, M4OSA_Int16 right) { argument
117 context->mResampler->setVolume(left,right);
/frameworks/av/media/libstagefright/
H A DSampleTable.cpp527 uint32_t right = mNumSampleSizes; local
528 while (left < right) {
529 uint32_t center = (left + right) / 2;
533 right = center;
621 uint32_t right = mNumSyncSamples; local
622 while (left < right) {
623 uint32_t center = left + (right - left) / 2;
627 right = center;
H A DMetaData.cpp82 int32_t right, int32_t bottom) {
86 r.mRight = right;
168 int32_t *right, int32_t *bottom) {
181 *right = r->mRight;
79 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
165 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java154 public void setBounds(int left, int top, int right, int bottom) { argument
155 mDrawLeft = left + (right-left - mWidth) / 2;
814 targetRect.right = bm.getWidth();
817 int deltaw = width - targetRect.right;
824 scale = width / (float)targetRect.right;
828 targetRect.right = (int)(targetRect.right*scale);
830 deltaw = width - targetRect.right;
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java74 mBounds.right - 1, mBounds.bottom - 1)) {
78 mBounds.right - 1, mBounds.bottom - 1);
91 * left or right of the screen, the return value is the width of the
110 * left or right of the screen, <var>size</var> is the width of the
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java292 // the left & right bounds
297 indicatorRect.right = (mChildIndicatorRight == CHILD_INDICATOR_INHERIT) ?
301 indicatorRect.right = mIndicatorRight;
305 indicatorRect.right += mPaddingLeft;
310 if (indicatorRect.left != indicatorRect.right) {
1038 * @param right The right position (relative to the left bounds of this
1041 public void setChildIndicatorBounds(int left, int right) { argument
1043 mChildIndicatorRight = right;
1069 * @param right Th
1072 setIndicatorBounds(int left, int right) argument
[all...]
/frameworks/base/tests/BrowserTestPlugin/jni/event/
H A DEventPlugin.cpp76 clipR.right = clip.right;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
40 void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
78 void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp234 crop.right -= int(ceilf(float(winWidth - winCrop.right) * xScale));
449 temp.active.crop.right,
456 temp.requested.crop.right,
463 front.active.crop.right,
470 front.requested.crop.right,
580 // check that we received a buffer of the right size
619 front.active.crop.right,
626 front.requested.crop.right,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSettingsPanelView.java121 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
122 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBarView.java66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
67 super.onLayout(changed, left, top, right, bottom);
/frameworks/av/services/audioflinger/
H A DAudioResampler.h52 virtual void setVolume(int16_t left, int16_t right);
H A DAudioResamplerCubic.h62 state left, right; member in class:android::AudioResamplerCubic
/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java91 return rect.right;
/frameworks/base/core/java/android/view/
H A DGLES20RenderLayer.java116 dirtyRect.left, dirtyRect.top, dirtyRect.right, dirtyRect.bottom);
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChangeTest.java42 mRight = mActivity.findViewById(R.id.right);
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutMarginTest.java48 mRightView = activity.findViewById(R.id.right);
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp59 * side to an end color (default <1.0, 1.0, 1.0> on the right side. Where
361 layer->sourceCrop.right = width;
365 layer->displayFrame.right = width;
375 layer->sourceCrop.right = width;
379 layer->displayFrame.right = width;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java65 // We do not resize and scale system icons (on the right), only notification icons (on the
157 * Returns the right icon to use for this item, respecting the iconId and
252 final int tw = r.right - r.left;
255 int dw = r.left + tw + r.right;
259 mNumberX = w-r.right-((dw-r.right-r.left)/2);
/frameworks/base/core/java/android/webkit/
H A DAutoCompletePopup.java136 int right = mWebView.contentToViewX(mWebView.mEditTextContentBounds.right);
137 int width = right - left;
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java103 boolean right = false;
113 right = true;
134 if (right) {
136 button.setText("right");
/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java173 padding.right += mInsetState.mInsetRight;
225 r.right -= mInsetState.mInsetRight;
228 mInsetState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);

Completed in 774 milliseconds

1234567891011>>