Home
last modified time | relevance | path

Searched defs:layoutParams (Results 1 – 2 of 2) sorted by relevance

/graphics/integration-tests/testapp/src/main/java/androidx/graphics/shapes/test/
DShapeActivity.kt75 val layoutParams = LinearLayout.LayoutParams(width, height) in getShapeView() constant
186 val layoutParams = in addShapeViews() constant
/graphics/graphics-core/src/androidTest/java/androidx/graphics/opengl/
DGLTestActivity.kt44 val layoutParams = LinearLayout.LayoutParams(TARGET_WIDTH, TARGET_HEIGHT) in onCreate() constant