Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java69 final Button bottomButton = new Button(context); in twoButtonsSeparatedByFiller() local
70 bottomButton.setLayoutParams(buttonLp); in twoButtonsSeparatedByFiller()
71 bottomButton.setText("bottom (position " + position + ")"); in twoButtonsSeparatedByFiller()
72 ll.addView(bottomButton); in twoButtonsSeparatedByFiller()
/aosp12/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
H A DWebViewFragment.java46 Button bottomButton = view.findViewById(R.id.bottom_button); in onCreateView() local
52 bottomButton.setVisibility(buttonVisibility); in onCreateView()