| /cts/hostsidetests/security/src/android/security/cts/ |
| D | SeamendcHostTest.java | 195 private void assertSource(File left, File right, String type, boolean equal) throws Exception { in assertSource() 204 private void assertSourceEqual(File left, File right, String type) throws Exception { in assertSourceEqual() 208 private void assertSourceNotEqual(File left, File right, String type) throws Exception { in assertSourceNotEqual() 213 private void assertTarget(File left, File right, String type, boolean equal) throws Exception { in assertTarget() 222 private void assertTargetEqual(File left, File right, String type) throws Exception { in assertTargetEqual() 226 private void assertTargetNotEqual(File left, File right, String type) throws Exception { in assertTargetNotEqual() 277 private static String diff(String left, String right) { in diff()
|
| /cts/tests/tests/permission3/UsePermissionAppWithOverlay/src/android/permission3/cts/usepermission/ |
| D | OverlayActivity.kt | 28 val right = intent.getIntExtra(OVERLAY_RIGHT, params.x + params.width) in onCreate() constant
|
| /cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
| D | SurfaceViewTest.java | 78 final int right = 320; in testSurfaceView() local 121 final int right = 320; in testOnSizeChanged() local
|
| /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/apps/CtsVerifier/src/com/android/cts/verifier/tv/display/ |
| D | HotplugTestActivity.java | 82 private boolean modesAreEqual(Display.Mode[] left, Display.Mode[] right) { in modesAreEqual() 96 private boolean modesAreEqual(Display.Mode left, Display.Mode right) { in modesAreEqual()
|
| /cts/tests/tests/text/src/android/text/style/cts/ |
| D | LineBackgroundSpan_StandardTest.java | 69 final int right = 200; in testDrawBackground() local
|
| /cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/ |
| D | TestActivity.java | 45 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
|
| D | TestGetWindowLayoutInfoActivity.java | 70 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
|
| /cts/tests/tests/view/src/android/view/cts/ |
| D | ViewOutlineProviderTest.java | 49 private void setViewLeftTopRightBottom(View view, int left, int top, int right, int bottom) { in setViewLeftTopRightBottom()
|
| D | View_LayoutPositionTest.java | 74 int right = left + vRect.width(); in testPositionInParent() local
|
| D | ViewGroup_ScrollCaptureTest.java | 385 MockView(Context context, int left, int top, int right, int bottom) { in MockView() 389 MockView(Context context, int left, int top, int right, int bottom, int visibility) { in MockView() 471 MockViewGroup(Context context, int left, int top, int right, int bottom) { in MockViewGroup() 475 MockViewGroup(Context context, int left, int top, int right, int bottom, in MockViewGroup()
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | EmbossMaskFilterTest.java | 71 Rect right = new Rect(CENTER_X, 0, BITMAP_WIDTH, BITMAP_HEIGHT); in testEmbossMaskFilter() local
|
| D | BlurMaskFilterTest.java | 71 int right = bitmap.getWidth() - 1; in verifyQuadrants() local
|
| /cts/tests/framework/base/windowmanager/src/android/server/wm/ |
| D | WindowMetricsTestHelper.java | 182 final int right = original.right - insets.right; in inset() local 194 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
|
| D | DialogFrameTests.java | 270 final int right = original.right - insets.right; in inset() local
|
| /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 | 461 private static <T extends Comparable<? super T>> void verifyLessThan(T left, T right) { in verifyLessThan() 468 private static <T extends Comparable<? super T>> void verifyGreaterThan(T left, T right) { in verifyGreaterThan() 475 private static <T extends Comparable<? super T>> void verifyCompareEquals(T left, T right) { in verifyCompareEquals()
|
| /cts/tests/tests/graphics/src/android/graphics/fonts/ |
| D | NativeSystemFontHelper.java | 69 public boolean localeEquals(Locale left, Locale right) { in localeEquals() 75 public boolean localeListEquals(LocaleList left, LocaleList right) { in localeListEquals()
|
| /cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
| D | LayerDrawableTest.java | 321 int right = 30; in testSetLayerInset() local 1204 int right = 30; in testSetLayerInsetLeft() local 1230 int right = 30; in testGetLayerInsetLeft() local 1253 int right = 30; in testSetLayerInsetTop() local 1279 int right = 30; in testGetLayerInsetTop() local 1302 int right = 30; in testSetLayerInsetRight() local 1328 int right = 30; in testGetLayerInsetRight() local 1351 int right = 30; in testSetLayerInsetBottom() local 1377 int right = 30; in testGetLayerInsetBottom() local
|
| /cts/tests/openglperf2/jni/primitive/fullpipeline/ |
| D | FullPipelineRenderer.cpp | 136 float right = ratio; in setUp() local
|
| /cts/tests/openglperf2/jni/reference/scene/glowing/ |
| D | GlowingScene.cpp | 105 float right = ratio; in setUpProjectionMatrix() local
|
| /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
| D | ImeLayoutInfo.java | 91 static ImeLayoutInfo fromLayoutListenerCallback(View v, int left, int top, int right, in fromLayoutListenerCallback()
|
| /cts/tests/tests/gameservice/src/android/service/games/ |
| D | TestGameSessionService.java | 156 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onCreate() argument
|
| /cts/tests/tests/car_builtin/src/android/car/cts/builtin/view/ |
| D | TouchableInsetsProviderTest.java | 109 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|