/cts/tests/tests/view/src/android/view/cts/ |
D | SurfaceViewTest.java | 66 final int left = 40; in testSurfaceView() local 108 final int left = 40; in testOnSizeChanged() local
|
D | View_LayoutPositionTest.java | 66 int left = vLocation[0] - pLocation[0]; in testPositionInParent() local
|
D | ViewGroupTest.java | 1107 final int left = 1; 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() 1528 final int left = 1; in testSetPadding() local 2188 public int left; 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/ |
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/src/android/hardware/cts/helpers/ |
D | CameraUtils.java | 55 long left = widthA * (long) heightA; in compareSizes() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | EmbossMaskFilterTest.java | 61 Rect left = new Rect(0, 0, CENTER_X, BITMAP_HEIGHT); in testEmbossMaskFilter() local
|
D | NinePatchTest.java | 205 private void assertBounds(Rect regionBounds, int left, int top, int right, int bottom) { in assertBounds()
|
D | BitmapRegionDecoderTest.java | 400 int left = rect1.left / opts.inSampleSize; in compareRegionByRegion() local
|
/cts/tests/tests/util/src/android/util/cts/ |
D | RationalTest.java | 420 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()
|
D | RangeTest.java | 163 Range<T> left, Range<T> right) { in assertHashCodeEquals()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | UsageStatsTest.java | 89 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/ |
D | FullPipelineRenderer.cpp | 135 float left = -ratio; in setUp() local
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
D | GlowingScene.cpp | 104 float left = -ratio; in setUpProjectionMatrix() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | SoundPlayerObject.java | 92 float left = Math.min(2.0f * (1.0f - mBalance), 1.0f); in setBalance() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | LayerDrawableTest.java | 272 int left = 10; in testSetLayerInset() local 1155 int left = 10; in testSetLayerInsetLeft() local 1181 int left = 10; in testGetLayerInsetLeft() local 1204 int left = 10; in testSetLayerInsetTop() local 1230 int left = 10; in testGetLayerInsetTop() local 1253 int left = 10; in testSetLayerInsetRight() local 1279 int left = 10; in testGetLayerInsetRight() local 1302 int left = 10; in testSetLayerInsetBottom() local 1328 int left = 10; in testGetLayerInsetBottom() 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 | 102 float left = -mDisplayRatio; in setUpProjectionMatrix() local
|
/cts/tests/camera/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 | LinkMovementMethodTest.java | 516 protected boolean left(TextView widget, Spannable buffer) { in left() method in LinkMovementMethodTest.MyLinkMovementMethod
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | LinearLayoutTest.java | 403 final CountDownLatch countDownLatch, final int left, final int top, in checkBounds()
|
/cts/hostsidetests/services/activitymanager/src/android/server/cts/ |
D | WindowManagerState.java | 463 final int left = Integer.valueOf(matcher.group(1)); in extractBounds() local 478 final int left = Integer.valueOf(matcher.group(groupIndex++)); in extractMultipleBounds() local
|
D | ActivityManagerTestBase.java | 166 protected void resizeActivityTask(String activityName, int left, int top, int right, int bottom) in resizeActivityTask()
|
D | ActivityManagerState.java | 576 final int left = Integer.valueOf(matcher.group(1)); in extractBounds() local
|
/cts/tests/openglperf2/test/ |
D | MatrixTest.cpp | 169 float left = -ratio; in TEST() local
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 191 Matrix* Matrix::newFrustum(float left, float right, float bottom, float top, in newFrustum()
|