Searched defs:right (Results 1 – 11 of 11) sorted by relevance
| /cts/tests/tests/view/src/android/view/cts/ |
| D | SurfaceViewTest.java | 129 final int right = 320; in testSurfaceView() local 177 final int right = 320; in testOnSizeChanged() local
|
| D | View_LayoutPositionTest.java | 145 int right = left + vRect.width(); in testPositionInParent() local
|
| D | TouchDelegateTest.java | 98 int right = mButton.getRight(); in setUp() local
|
| D | ViewGroupTest.java | 1538 final int right = 100; in testOnLayout() local 1958 public boolean quickReject(float left, float top, float right, in quickReject() 1971 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 2062 final int right = 3; in testSetPadding() local 2315 public int right; field in ViewGroupTest.MockViewGroup 2484 public boolean setFrame(int left, int top, int right, int bottom) { in setFrame()
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | EmbossMaskFilterTest.java | 72 Rect right = new Rect(CENTER_X, 0, BITMAP_WIDTH, BITMAP_HEIGHT); in testEmbossMaskFilter() local
|
| D | BlurMaskFilterTest.java | 72 int right = bitmap.getWidth() - 1; in checkQuadrants() local
|
| D | NinePatchTest.java | 255 private void assertBounds(Rect regionBounds, int left, int top, int right, int bottom) { in assertBounds()
|
| /cts/tests/tests/text/src/android/text/method/cts/ |
| D | LinkMovementMethodTest.java | 653 protected boolean right(TextView widget, Spannable buffer) { in right() method in LinkMovementMethodTest.MyLinkMovementMethod
|
| /cts/tests/src/android/view/cts/ |
| D | MockView.java | 340 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
| /cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
| D | LayerDrawableTest.java | 317 int right = 30; in testSetLayerInset() local
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| D | TextViewTest.java | 3059 Drawable right = mActivity.getResources().getDrawable(R.drawable.red); in testGetTotalPaddingRight() local
|