Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSurfaceViewAlphaActivity.java103 TextView alphaText = new TextView(this); in onCreate() local
104 alphaText.setText(getAlphaText()); in onCreate()
114 alphaText.setText(getAlphaText()); in onCreate()
129 content.addView(alphaText, new LinearLayout.LayoutParams( in onCreate()