Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 61) sorted by relevance

123

/cts/tests/tests/permission3/UsePermissionAppWithOverlay/src/android/permission3/cts/usepermission/
DOverlayActivity.kt26 val top = intent.getIntExtra(DIALOG_TOP, params.y) in onCreate() constant
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaint_FontMetricsIntTest.java41 int top = 1; in testToString() local
DEmbossMaskFilterTest.java68 Rect top = new Rect(0, 0, BITMAP_WIDTH, CENTER_Y); in testEmbossMaskFilter() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSurfaceViewTest.java79 final int top = 30; in testSurfaceView() local
122 final int top = 30; in testOnSizeChanged() local
DWindowMetricsTestHelper.java159 final int top = original.top + insets.top; in inset() local
172 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
DDialogFrameTests.java265 final int top = original.top + insets.top; in inset() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java320 int top = 20; in testSetLayerInset() local
1166 int top = 20; in testSetLayerInsetRelative() local
1203 int top = 20; in testSetLayerInsetLeft() local
1229 int top = 20; in testGetLayerInsetLeft() local
1252 int top = 20; in testSetLayerInsetTop() local
1278 int top = 20; in testGetLayerInsetTop() local
1301 int top = 20; in testSetLayerInsetRight() local
1327 int top = 20; in testGetLayerInsetRight() local
1350 int top = 20; in testSetLayerInsetBottom() local
1376 int top = 20; in testGetLayerInsetBottom() local
[all …]
/cts/tests/tests/text/src/android/text/style/cts/
DLineBackgroundSpan_StandardTest.java70 final int top = 20; in testDrawBackground() local
DReplacementSpanTest.java60 float x, int top, int y, int bottom, Paint paint) { in draw()
DDynamicDrawableSpanTest.java103 final int top = 10; in testCenterAligned() 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.java73 int top = vLocation[1] - pLocation[1]; 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()
DContentPaneFocusTest.java109 ViewGroup top = mActivity.findViewById(R.id.linearlayout); in testNoFocusablesInContent() local
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DTestGetWindowLayoutInfoActivity.java62 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
DTestActivity.java59 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
/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.java133 float top = 1.0f; in onSurfaceChanged() local
203 protected float[] getCameraCoordinates(float left, float right, float bottom, float top) { in getCameraCoordinates()
/cts/tests/openglperf2/jni/primitive/fullpipeline/
DFullPipelineRenderer.cpp138 float top = 1.0f; in setUp() local
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp107 float top = 1.0f; in setUpProjectionMatrix() local
/cts/tests/tests/text/src/android/text/method/cts/
DEditorState.java70 public void draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, in draw()
/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/tests/view/src/android/view/cts/util/
DASurfaceControlTestUtils.java144 long surfaceTransaction, int left, int top, int right, int bottom); in nSurfaceTransaction_setCrop()
146 long surfaceTransaction, int left, int top); in nSurfaceTransaction_setPosition()
152 long surfaceControl, long surfaceTransaction, int right, int top, int left, int bottom); in nSurfaceTransaction_setDamageRegion()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java162 static ImeLayoutInfo fromLayoutListenerCallback(View v, int left, int top, int right, in fromLayoutListenerCallback()

123