Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DScrollingStretchSurfaceViewActivity.java61 ImageView horizontalImageView = findViewById(R.id.horizontal_imageview); in onCreate() local
62 horizontalImageView.setImageDrawable(new LineDrawable()); in onCreate()