Home
last modified time | relevance | path

Searched defs:right (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DSurfaceViewTest.java129 final int right = 320; in testSurfaceView() local
177 final int right = 320; in testOnSizeChanged() local
DView_LayoutPositionTest.java145 int right = left + vRect.width(); in testPositionInParent() local
DTouchDelegateTest.java98 int right = mButton.getRight(); in setUp() local
DViewGroupTest.java1538 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/
DEmbossMaskFilterTest.java72 Rect right = new Rect(CENTER_X, 0, BITMAP_WIDTH, BITMAP_HEIGHT); in testEmbossMaskFilter() local
DBlurMaskFilterTest.java72 int right = bitmap.getWidth() - 1; in checkQuadrants() local
DNinePatchTest.java255 private void assertBounds(Rect regionBounds, int left, int top, int right, int bottom) { in assertBounds()
/cts/tests/tests/text/src/android/text/method/cts/
DLinkMovementMethodTest.java653 protected boolean right(TextView widget, Spannable buffer) { in right() method in LinkMovementMethodTest.MyLinkMovementMethod
/cts/tests/src/android/view/cts/
DMockView.java340 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java317 int right = 30; in testSetLayerInset() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java3059 Drawable right = mActivity.getResources().getDrawable(R.drawable.red); in testGetTotalPaddingRight() local