Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/cts/
DSurfaceViewTest.java76 final int left = 40; in testSurfaceView() local
119 final int left = 40; in testOnSizeChanged() local
DView_LayoutPositionTest.java71 int left = vLocation[0] - pLocation[0]; in testPositionInParent() local
DViewGroupTest.java1275 final int left = 1; 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()
2018 final int left = 1; in testSetPadding() local
2697 public int left; 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/
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/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java55 long left = widthA * (long) heightA; in compareSizes() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DEmbossMaskFilterTest.java69 Rect left = new Rect(0, 0, CENTER_X, BITMAP_HEIGHT); in testEmbossMaskFilter() local
DNinePatchTest.java245 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/
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.java460 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()
DRangeTest.java155 Range<T> left, Range<T> right) { in verifyHashCodeEquals()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java88 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/
DFullPipelineRenderer.cpp135 float left = -ratio; in setUp() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java318 int left = 10; in testSetLayerInset() local
1201 int left = 10; in testSetLayerInsetLeft() local
1227 int left = 10; in testGetLayerInsetLeft() local
1250 int left = 10; in testSetLayerInsetTop() local
1276 int left = 10; in testGetLayerInsetTop() local
1299 int left = 10; in testSetLayerInsetRight() local
1325 int left = 10; in testGetLayerInsetRight() local
1348 int left = 10; in testSetLayerInsetBottom() local
1374 int left = 10; in testGetLayerInsetBottom() local
DAdaptiveIconDrawableTest.java165 int left = 18 * dpi; in testDrawSetBounds() local
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp104 float left = -ratio; in setUpProjectionMatrix() 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/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/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DWindowManagerState.java289 int left = Integer.parseInt(matcher.group(1)); in parseSysDump() local
301 int left = Integer.parseInt(matcher.group(1)); in parseSysDump() local
313 int left = Integer.parseInt(matcher.group(1)); in parseSysDump() local
787 final int left = Integer.valueOf(matcher.group(1)); in extractBounds() local
802 final int left = Integer.valueOf(matcher.group(groupIndex++)); in extractMultipleBounds() local
/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/text/src/android/text/method/cts/
DScrollingMovementMethodTest.java744 protected boolean left(TextView widget, Spannable buffer) { in left() method in ScrollingMovementMethodTest.MyScrollingMovementMethod
DLinkMovementMethodTest.java532 protected boolean left(TextView widget, Spannable buffer) { in left() method in LinkMovementMethodTest.MyLinkMovementMethod
/cts/tests/openglperf2/test/
DMatrixTest.cpp169 float left = -ratio; in TEST() local
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp191 Matrix* Matrix::newFrustum(float left, float right, float bottom, float top, in newFrustum()

12