Searched refs:topButton (Results 1 – 5 of 5) sorted by relevance
58 final Button topButton = new Button(context); in createView() local59 topButton.setLayoutParams( in createView()61 topButton.setText("button " + position + ")"); in createView()62 ll.addView(topButton); in createView()
85 final Button topButton = (Button) getChildOfItem(0, 0); in testPanWhenNextFocusableTooFarDown() local94 topButton.isFocused()); in testPanWhenNextFocusableTooFarDown()99 topButton.isFocused()); in testPanWhenNextFocusableTooFarDown()
58 Button topButton = findViewById(R.id.button); in onCreate() local59 topButton.setText("click to add new item"); in onCreate()60 topButton.setOnClickListener(new View.OnClickListener() { in onCreate()
56 final Button topButton = new Button(context); in twoButtonsSeparatedByFiller() local57 topButton.setLayoutParams( in twoButtonsSeparatedByFiller()59 topButton.setText("top (position " + position + ")"); in twoButtonsSeparatedByFiller()60 ll.addView(topButton); in twoButtonsSeparatedByFiller()
156 Button topButton = getActivity().getButton(0); in testArrowScrollUpToTopElementOnScreen() local157 assertTrue("should be back at top button", topButton.hasFocus()); in testArrowScrollUpToTopElementOnScreen()161 topButton.getLocationOnScreen(buttonLoc); in testArrowScrollUpToTopElementOnScreen()