/cts/tests/tests/view/src/android/view/cts/ |
D | SurfaceViewTest.java | 78 final int right = 320; in testSurfaceView() local 121 final int right = 320; in testOnSizeChanged() local
|
D | View_LayoutPositionTest.java | 73 int right = left + vRect.width(); in testPositionInParent() local
|
D | ViewGroupTest.java | 1277 final int right = 100; in testOnLayout() local 1922 public boolean quickReject(float left, float top, float right, in quickReject() 1941 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 2020 final int right = 3; in testSetPadding() local 2699 public int right; field in ViewGroupTest.MockViewGroup 3043 public boolean setFrame(int left, int top, int right, int bottom) { in setFrame()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/ |
D | GLArrowSensorTestRenderer.java | 203 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/utils/src/android/hardware/cts/helpers/ |
D | CameraUtils.java | 56 long right = widthB * (long) heightB; in compareSizes() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | EmbossMaskFilterTest.java | 70 Rect right = new Rect(CENTER_X, 0, BITMAP_WIDTH, BITMAP_HEIGHT); in testEmbossMaskFilter() local
|
D | BlurMaskFilterTest.java | 69 int right = bitmap.getWidth() - 1; in verifyQuadrants() local
|
D | NinePatchTest.java | 245 private void verifyBounds(Rect regionBounds, int left, int top, int right, int bottom) { in verifyBounds()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/ |
D | RobustnessRenderer.java | 86 protected float[] getCameraCoordinates(float left, float right, float bottom, float top) { in getCameraCoordinates()
|
D | BaseRenderer.java | 131 float right = ratio; in onSurfaceChanged() local 203 protected float[] getCameraCoordinates(float left, float right, float bottom, float top) { in getCameraCoordinates()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | RationalTest.java | 460 private static <T extends Comparable<? super T>> void verifyLessThan(T left, T right) { in verifyLessThan() 467 private static <T extends Comparable<? super T>> void verifyGreaterThan(T left, T right) { in verifyGreaterThan() 474 private static <T extends Comparable<? super T>> void verifyCompareEquals(T left, T right) { in verifyCompareEquals()
|
D | RangeTest.java | 155 Range<T> left, Range<T> right) { in verifyHashCodeEquals()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | UsageStatsTest.java | 88 private static void assertLessThan(long left, long right) { in assertLessThan() 94 private static void assertLessThanOrEqual(long left, long right) { in assertLessThanOrEqual()
|
/cts/tests/openglperf2/jni/primitive/fullpipeline/ |
D | FullPipelineRenderer.cpp | 136 float right = ratio; in setUp() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | LayerDrawableTest.java | 320 int right = 30; in testSetLayerInset() local 1203 int right = 30; in testSetLayerInsetLeft() local 1229 int right = 30; in testGetLayerInsetLeft() local 1252 int right = 30; in testSetLayerInsetTop() local 1278 int right = 30; in testGetLayerInsetTop() local 1301 int right = 30; in testSetLayerInsetRight() local 1327 int right = 30; in testGetLayerInsetRight() local 1350 int right = 30; in testSetLayerInsetBottom() local 1376 int right = 30; in testGetLayerInsetBottom() local
|
D | AdaptiveIconDrawableTest.java | 166 int right = 90 * dpi; in testDrawSetBounds() local
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
D | GlowingScene.cpp | 105 float right = ratio; in setUpProjectionMatrix() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | SoundPlayerObject.java | 93 float right = Math.min(2.0f * mBalance, 1.0f); in setBalance() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | BoxInsetLayout.java | 237 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/ |
D | FlockingScene.cpp | 103 float right = mDisplayRatio; in setUpProjectionMatrix() local
|
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/ |
D | WindowManagerState.java | 291 int right = Integer.parseInt(matcher.group(3)); in parseSysDump() local 303 int right = Integer.parseInt(matcher.group(3)); in parseSysDump() local 315 int right = Integer.parseInt(matcher.group(3)); in parseSysDump() local 789 final int right = Integer.valueOf(matcher.group(3)); in extractBounds() local 804 final int right = Integer.valueOf(matcher.group(groupIndex++)); in extractMultipleBounds() local
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | AssertHelpers.java | 61 public static void assertArrayNotGreater(String message, float[] left, float[] right) { in assertArrayNotGreater()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | ScrollingMovementMethodTest.java | 749 protected boolean right(TextView widget, Spannable buffer) { in right() method in ScrollingMovementMethodTest.MyScrollingMovementMethod
|
D | LinkMovementMethodTest.java | 537 protected boolean right(TextView widget, Spannable buffer) { in right() method in LinkMovementMethodTest.MyLinkMovementMethod
|
/cts/tests/openglperf2/test/ |
D | MatrixTest.cpp | 170 float right = ratio; in TEST() local
|