Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java81 LayoutParams contentLP = new LayoutParams(WIDTH - 2 * BORDER_WIDTH - CONTENT_GAP, in onCreate() local
83 layout.addView(mContent, contentLP); in onCreate()