Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSurfaceViewAlphaActivity.java80 RelativeLayout.LayoutParams rightViewLayoutParams = new RelativeLayout.LayoutParams( in overlapViews() local
82 rightViewLayoutParams.addRule(RelativeLayout.ALIGN_PARENT_RIGHT); in overlapViews()
86 overlapLayout.addView(rightBlueView, rightViewLayoutParams); in overlapViews()