Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 60) sorted by relevance

123

/cts/tests/tests/permission3/UsePermissionAppWithOverlay/src/android/permission3/cts/usepermission/
DOverlayActivity.kt27 val right = intent.getIntExtra(DIALOG_RIGHT, params.x + params.width) in onCreate() constant
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSurfaceViewTest.java80 final int right = 320; in testSurfaceView() local
123 final int right = 320; in testOnSizeChanged() local
DWindowMetricsTestHelper.java160 final int right = original.right - insets.right; in inset() local
172 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
DDialogFrameTests.java269 final int right = original.right - insets.right; in inset() 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.java69 final int right = 200; in testDrawBackground() local
/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.java74 int right = left + vRect.width(); 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.java71 Rect right = new Rect(CENTER_X, 0, BITMAP_WIDTH, BITMAP_HEIGHT); in testEmbossMaskFilter() local
DBlurMaskFilterTest.java71 int right = bitmap.getWidth() - 1; in verifyQuadrants() 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.java131 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/
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/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestActivity.java66 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/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java321 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/
DFullPipelineRenderer.cpp136 float right = ratio; in setUp() local
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp105 float right = ratio; in setUpProjectionMatrix() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_FrameRateCtsActivity.cpp121 Surface(ANativeWindow* parentWindow, const std::string& name, int left, int top, int right, in Surface()
181 jint top, jint right, jint bottom) { in surfaceControlCreate()
/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.cpp103 float right = mDisplayRatio; in setUpProjectionMatrix() local

123