Home
last modified time | relevance | path

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

/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DDisplayAdapter.java215 View strut = itemView.requireViewById(R.id.strut); in rotateDisplay() local
216 ViewGroup.LayoutParams layoutParams = strut.getLayoutParams(); in rotateDisplay()
218 strut.setLayoutParams(layoutParams); in rotateDisplay()
237 strut.setLayoutParams(layoutParams); in rotateDisplay()