Home
last modified time | relevance | path

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

12

/cts/tests/framework/base/windowmanager/src/android/server/wm/
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/tests/tests/text/src/android/text/style/cts/
DLineBackgroundSpan_StandardTest.java68 final int left = 10; in testDrawBackground() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCustomView.java58 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/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
DFocusFinderTest.java453 private void setViewBox(View view, int left, int top, int right, int bottom) { in setViewBox()
DPixelCopyTest.java283 private Rect makeWindowRect(int left, int top, int right, int bottom) { in makeWindowRect()
393 private Rect makeWideGamutWindowRect(int left, int top, int right, int bottom) { in makeWideGamutWindowRect()
505 private Rect makeDialogRect(int left, int top, int right, int bottom) { in makeDialogRect()
DASurfaceControlTest.java223 public void setDamageRegion(long surfaceControl, long surfaceTransaction, int left, int top, in setDamageRegion()
229 public void setDamageRegion(long surfaceControl, int left, int top, int right, int bottom) { in setDamageRegion()
1573 long surfaceControl, long surfaceTransaction, int right, int top, int left, int bottom); in nSurfaceTransaction_setDamageRegion()
/cts/tests/tests/graphics/src/android/graphics/cts/
DEmbossMaskFilterTest.java70 Rect left = new Rect(0, 0, CENTER_X, BITMAP_HEIGHT); in testEmbossMaskFilter() local
DNinePatchTest.java246 private void verifyBounds(Rect regionBounds, int left, int top, int right, int bottom) { in verifyBounds()
/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java74 long left = widthA * (long) heightA; in compareSizes() 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/openglperf2/jni/primitive/fullpipeline/
DFullPipelineRenderer.cpp135 float left = -ratio; in setUp() local
/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/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java92 float left = Math.min(2.0f * (1.0f - mBalance), 1.0f); in setBalance() local
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp104 float left = -ratio; in setUpProjectionMatrix() 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.cpp102 float left = -mDisplayRatio; in setUpProjectionMatrix() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java162 static ImeLayoutInfo fromLayoutListenerCallback(View v, int left, int top, int right, in fromLayoutListenerCallback()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DAssertHelpers.java61 public static void assertArrayNotGreater(String message, float[] left, float[] right) { in assertArrayNotGreater()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java253 int left = insets.left; in getOperationArea() local

12