Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/cts/
DSurfaceViewTest.java68 final int right = 320; in testSurfaceView() local
110 final int right = 320; in testOnSizeChanged() local
DView_LayoutPositionTest.java68 int right = left + vRect.width(); in testPositionInParent() local
DTouchDelegateTest.java73 int right = mButton.getRight(); in setUp() local
DViewGroupTest.java1109 final int right = 100; in testOnLayout() local
1446 public boolean quickReject(float left, float top, float right, in quickReject()
1459 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect()
1530 final int right = 3; in testSetPadding() local
2190 public int right; field in ViewGroupTest.MockViewGroup
2517 public boolean setFrame(int left, int top, int right, int bottom) { in setFrame()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLArrowSensorTestRenderer.java203 public static void crossProduct(float[] left, float[] right, float[] out) { in crossProduct()
216 public static float dotProduct(float[] left, float[] right) { in dotProduct()
/cts/tests/camera/src/android/hardware/cts/helpers/
DCameraUtils.java56 long right = widthB * (long) heightB; in compareSizes() local
/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/tests/tests/util/src/android/util/cts/
DRationalTest.java420 private static <T extends Comparable<? super T>> void assertLessThan(T left, T right) { in assertLessThan()
427 private static <T extends Comparable<? super T>> void assertGreaterThan(T left, T right) { in assertGreaterThan()
434 private static <T extends Comparable<? super T>> void assertCompareEquals(T left, T right) { in assertCompareEquals()
DRangeTest.java163 Range<T> left, Range<T> right) { in assertHashCodeEquals()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java89 private static void assertLessThan(long left, long right) { in assertLessThan()
95 private static void assertLessThanOrEqual(long left, long right) { in assertLessThanOrEqual()
/cts/tests/openglperf2/jni/primitive/fullpipeline/
DFullPipelineRenderer.cpp136 float right = ratio; in setUp() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java93 float right = Math.min(2.0f * mBalance, 1.0f); in setBalance() local
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp105 float right = ratio; in setUpProjectionMatrix() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java274 int right = 30; in testSetLayerInset() local
1157 int right = 30; in testSetLayerInsetLeft() local
1183 int right = 30; in testGetLayerInsetLeft() local
1206 int right = 30; in testSetLayerInsetTop() local
1232 int right = 30; in testGetLayerInsetTop() local
1255 int right = 30; in testSetLayerInsetRight() local
1281 int right = 30; in testGetLayerInsetRight() local
1304 int right = 30; in testSetLayerInsetBottom() local
1330 int right = 30; in testGetLayerInsetBottom() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java237 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
241 private void layoutBoxChildren(int left, int top, int right, int bottom, in layoutBoxChildren()
/cts/tests/openglperf2/jni/reference/scene/flocking/
DFlockingScene.cpp103 float right = mDisplayRatio; in setUpProjectionMatrix() local
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DAssertHelpers.java61 public static void assertArrayNotGreater(String message, float[] left, float[] right) { in assertArrayNotGreater()
/cts/tests/tests/text/src/android/text/method/cts/
DLinkMovementMethodTest.java521 protected boolean right(TextView widget, Spannable buffer) { in right() method in LinkMovementMethodTest.MyLinkMovementMethod
/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DWindowManagerState.java477 final int right = Integer.valueOf(matcher.group(3)); in extractBounds() local
492 final int right = Integer.valueOf(matcher.group(groupIndex++)); in extractMultipleBounds() local
DActivityManagerTestBase.java203 protected void resizeActivityTask(String activityName, int left, int top, int right, int bottom) in resizeActivityTask()
DActivityManagerState.java578 final int right = Integer.valueOf(matcher.group(3)); in extractBounds() local
/cts/tests/openglperf2/test/
DMatrixTest.cpp170 float right = ratio; in TEST() local
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp191 Matrix* Matrix::newFrustum(float left, float right, float bottom, float top, in newFrustum()

12