Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DSurfaceViewTest.java67 final int right = 320; in testSurfaceView() local
109 final int right = 320; in testOnSizeChanged() local
DView_LayoutPositionTest.java68 int right = left + vRect.width(); in testPositionInParent() local
DTouchDelegateTest.java74 int right = mButton.getRight(); in setUp() local
DViewGroupTest.java1101 final int right = 100; in testOnLayout() local
1406 public boolean quickReject(float left, float top, float right, in quickReject()
1419 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect()
1490 final int right = 3; in testSetPadding() local
1833 public int right; field in ViewGroupTest.MockViewGroup
2002 public boolean setFrame(int left, int top, int right, int bottom) { in setFrame()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DAccelerometerTestRenderer.java175 public static void crossProduct(float[] left, float[] right, float[] out) { in crossProduct()
188 public static float dotProduct(float[] left, float[] right) { in dotProduct()
/cts/tests/tests/graphics/src/android/graphics/cts/
DEmbossMaskFilterTest.java62 Rect right = new Rect(CENTER_X, 0, BITMAP_WIDTH, BITMAP_HEIGHT); in testEmbossMaskFilter() local
DBlurMaskFilterTest.java63 int right = bitmap.getWidth() - 1; in checkQuadrants() local
DNinePatchTest.java205 private void assertBounds(Rect regionBounds, int left, int top, int right, int bottom) { in assertBounds()
/cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/
DFullPipelineRenderer.cpp136 float right = ratio; in setUp() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dsplay.js376 SplayTree.Node.prototype.right = null; method in SplayTree.Node
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/
DGlowingScene.cpp105 float right = ratio; in setUpProjectionMatrix() local
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
DFlockingScene.cpp103 float right = mDisplayRatio; in setUpProjectionMatrix() local
/cts/tests/tests/text/src/android/text/method/cts/
DLinkMovementMethodTest.java519 protected boolean right(TextView widget, Spannable buffer) { in right() method in LinkMovementMethodTest.MyLinkMovementMethod
/cts/suite/cts/deviceTests/opengl/test/
DMatrixTest.cpp170 float right = ratio; in TEST() local
/cts/suite/cts/deviceTests/opengl/jni/graphics/
DMatrix.cpp191 Matrix* Matrix::newFrustum(float left, float right, float bottom, float top, in newFrustum()
/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.java246 int right = 30; in testSetLayerInset() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java2256 Drawable right = getDrawable(R.drawable.red); in testGetTotalPaddingRight() local