Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 74) sorted by relevance

123

/cts/hostsidetests/security/src/android/security/cts/
DSeamendcHostTest.java195 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/
DOverlayActivity.kt26 val left = intent.getIntExtra(OVERLAY_LEFT, params.x) in onCreate() constant
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceViewTest.java76 final int left = 40; in testSurfaceView() local
119 final int left = 40; in testOnSizeChanged() local
/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/apps/CtsVerifier/src/com/android/cts/verifier/tv/display/
DHotplugTestActivity.java82 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/
DLineBackgroundSpan_StandardTest.java68 final int left = 10; in testDrawBackground() local
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestActivity.java45 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
DTestGetWindowLayoutInfoActivity.java70 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/
DViewOutlineProviderTest.java49 private void setViewLeftTopRightBottom(View view, int left, int top, int right, int bottom) { in setViewLeftTopRightBottom()
DView_LayoutPositionTest.java72 int left = vLocation[0] - pLocation[0]; in testPositionInParent() local
DViewGroup_ScrollCaptureTest.java385 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/
DEmbossMaskFilterTest.java70 Rect left = new Rect(0, 0, CENTER_X, BITMAP_HEIGHT); in testEmbossMaskFilter() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowMetricsTestHelper.java180 final int left = original.left + insets.left; in inset() local
194 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
DDialogFrameTests.java268 final int left = original.left + insets.left; in inset() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DRobustnessRenderer.java86 protected float[] getCameraCoordinates(float left, float right, float bottom, float top) { in getCameraCoordinates()
DBaseRenderer.java130 float left = -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/
DRationalTest.java461 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()
DRangeTest.java156 Range<T> left, Range<T> right) { in verifyHashCodeEquals()
/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontHelper.java69 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/
DLayerDrawableTest.java319 int left = 10; in testSetLayerInset() local
1202 int left = 10; in testSetLayerInsetLeft() local
1228 int left = 10; in testGetLayerInsetLeft() local
1251 int left = 10; in testSetLayerInsetTop() local
1277 int left = 10; in testGetLayerInsetTop() local
1300 int left = 10; in testSetLayerInsetRight() local
1326 int left = 10; in testGetLayerInsetRight() local
1349 int left = 10; in testSetLayerInsetBottom() local
1375 int left = 10; in testGetLayerInsetBottom() local
/cts/tests/openglperf2/jni/primitive/fullpipeline/
DFullPipelineRenderer.cpp135 float left = -ratio; in setUp() local
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp104 float left = -ratio; in setUpProjectionMatrix() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java91 static ImeLayoutInfo fromLayoutListenerCallback(View v, int left, int top, int right, in fromLayoutListenerCallback()
/cts/tests/tests/gameservice/src/android/service/games/
DTestGameSessionService.java156 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onCreate() argument
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/view/
DTouchableInsetsProviderTest.java109 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()

123