Searched refs:mRight (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChangeTest.java31 private View mRight; field in class:GlobalFocusChangeTest
42 mRight = mActivity.findViewById(R.id.right);
57 assertTrue(mRight.isFocused());
60 assertSame(mRight, mActivity.mNewFocus);
/frameworks/base/libs/hwui/
H A DDisplayList.h345 mWidth = mRight - mLeft;
371 if (right != mRight) {
372 mRight = right;
373 mWidth = mRight - mLeft;
381 return mRight;
402 mWidth = mRight - mLeft;
411 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) {
414 mRight = right;
416 mWidth = mRight - mLeft;
427 mRight
517 int mLeft, mTop, mRight, mBottom; member in class:android::uirenderer::DisplayList
[all...]
H A DDisplayList.cpp249 mRight = 0;
385 (float) 0, (float) 0, (float) mRight - mLeft, (float) mBottom - mTop,
391 (float) mRight - mLeft, (float) mBottom - mTop);
439 handler(mSaveLayerOp->reinit(0, 0, mRight - mLeft, mBottom - mTop,
445 handler(mClipRectOp->reinit(0, 0, mRight - mLeft, mBottom - mTop, SkRegion::kIntersect_Op),
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java487 width = Math.max(width, params.mRight);
489 width = Math.max(width, params.mRight + params.rightMargin);
508 right = Math.max(right, params.mRight + params.rightMargin);
527 right = Math.max(right, params.mRight + params.rightMargin);
557 params.mRight = params.mLeft + childWidth;
612 params.mRight += horizontalOffset;
630 params.mRight -= offsetWidth;
680 params.mRight, params.width,
694 params.mRight, params.width,
817 if (params.mLeft < 0 && params.mRight >
1209 private int mLeft, mTop, mRight, mBottom; field in class:RelativeLayout.LayoutParams
[all...]
H A DNumberPicker.java1453 float x = (mRight - mLeft) / 2;
1461 mVirtualButtonPressedDrawable.setBounds(0, 0, mRight, mTopSelectionDividerTop);
1466 mVirtualButtonPressedDrawable.setBounds(0, mBottomSelectionDividerBottom, mRight,
1493 mSelectionDivider.setBounds(0, topOfTopDivider, mRight, bottomOfTopDivider);
1499 mSelectionDivider.setBounds(0, topOfBottomDivider, mRight, bottomOfBottomDivider);
2053 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2057 invalidate(0, 0, mRight, mTopSelectionDividerTop);
2082 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2086 invalidate(0, 0, mRight, mTopSelectionDividerTop);
2098 invalidate(0, mBottomSelectionDividerBottom, mRight, mBotto
[all...]
H A DSlidingDrawer.java453 (!mExpanded && left > mBottomOffset + mRight - mLeft -
604 handle.offsetLeftAndRight(mBottomOffset + mRight - mLeft -
612 } else if (deltaX > mBottomOffset + mRight - mLeft - mHandleWidth - left) {
613 deltaX = mBottomOffset + mRight - mLeft - mHandleWidth - left;
644 content.measure(MeasureSpec.makeMeasureSpec(mRight - mLeft, MeasureSpec.EXACTLY),
650 int width = mRight - mLeft - childWidth - mTopOffset;
H A DGallery.java627 int childrenWidth = mRight - mLeft - mSpinnerPadding.left - mSpinnerPadding.right;
713 curRightEdge = mRight - mLeft - mPaddingRight;
742 curRightEdge = mRight - mLeft - mPaddingRight;
769 int galleryRight = mRight - mLeft - mPaddingRight;
800 int galleryRight = mRight - mLeft - mPaddingRight;
H A DAnalogClock.java173 int availableWidth = mRight - mLeft;
H A DTextView.java2972 mRight - mLeft - getCompoundPaddingLeft() -
4836 scrollX += (mRight - mLeft - mPaddingRight - drawables.mDrawableSizeRight);
4841 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft;
4848 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft;
5021 final int right = mRight;
5147 final int width = mRight - mLeft;
5921 int width = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight();
6559 (mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight() > 0)) {
6572 mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(),
6631 int hspace = mRight
[all...]
H A DFrameLayout.java482 final int w = mRight-mLeft;
H A DAdapterView.java748 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DHorizontalScrollView.java196 return (int) (MAX_SCROLL_FACTOR * (mRight - mLeft));
1518 final int maxJump = mRight - mLeft;
H A DExpandableListView.java363 scrollX + mRight - mLeft - mPaddingRight,
H A DImageView.java1028 scrollX + mRight - mLeft - mPaddingRight,
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java195 childRight = mRight - mLeft - mPaddingRight;
200 childLeft = mPaddingLeft + (mRight - mLeft - child.getMeasuredWidth()) / 2;
215 if (childRight > mRight - mLeft - mPaddingRight) {
216 childRight = mRight - mLeft - mPaddingRight;
/frameworks/av/media/libstagefright/
H A DMetaData.cpp86 r.mRight = right;
184 *right = r->mRight;
321 r->mLeft, r->mTop, r->mRight, r->mBottom);
/frameworks/av/include/media/stagefright/
H A DMetaData.h262 int32_t mLeft, mTop, mRight, mBottom; member in struct:android::MetaData::Rect
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h121 int32_t mLeft, mTop, mRight, mBottom; member in struct:android::AMessage::Rect
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java63 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
/frameworks/base/core/java/android/view/
H A DView.java2959 protected int mRight; field in class:View
4009 out.append(mRight);
5200 position.set(0, 0, mRight - mLeft, mBottom - mTop);
8899 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
9162 return mRight - mLeft;
9187 outRect.right = mScrollX + (mRight - mLeft);
9315 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {
9316 info.mPrevWidth = mRight - mLeft;
9979 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
9986 int width = mRight
[all...]
H A DViewOverlay.java133 mRight = hostView.getWidth();
H A DViewGroup.java2924 mScrollX + mRight - mLeft - mPaddingRight,
4354 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
4361 if (!dirty.intersect(0, 0, mRight - left, mBottom - top)) {
4383 dirty.set(0, 0, mRight - mLeft, mBottom - mTop);
4386 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
4458 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
4462 dirty.intersect(0, 0, mRight - mLeft, mBottom - mTop)) {
4522 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop);
4527 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop);
4612 if (rect.intersect(0, 0, mRight
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp196 item->u.rectValue.mRight = right;
246 *right = item->u.rectValue.mRight;
431 item.u.rectValue.mRight,
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java433 final int rightThresh = mRight + halfdimple;
H A DActionBarView.java1209 final int centeredLeft = ((mRight - mLeft) - navWidth) / 2;
1234 xpos = ((mRight - mLeft) - navWidth) / 2;

Completed in 571 milliseconds

12