Home
last modified time | relevance | path

Searched refs:makeLayoutParams (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DRotate3dTextActivity.java39 layout.addView(view, makeLayoutParams()); in onCreate()
47 layout.addView(container, makeLayoutParams()); in onCreate()
52 private static LinearLayout.LayoutParams makeLayoutParams() { in makeLayoutParams() method in Rotate3dTextActivity