HomeSort by relevance Sort by last modified time
    Searched refs:mBottomButton (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Focus3.java 26 private Button mBottomButton;
35 mBottomButton = (Button) findViewById(R.id.bottom);
43 return mBottomButton;
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
ButtonsWithTallTextViewInBetweenTest.java 36 private TextView mBottomButton;
49 mBottomButton = getActivity().getBottomButton();
72 getTopWithinScrollView(mBottomButton)- mScrollView.getBottom() > mScrollView.getMaxScrollAmount());
97 ((getBottomWithinScrollView(mBottomButton) - screenBottom)) / mScrollView.getMaxScrollAmount() + 1;
103 assertTrue("bottombutton.isFocused", mBottomButton.isFocused());
112 mBottomButton.post(new Runnable() {
114 mBottomButton.requestFocus();
120 assertTrue("bottombutton.isFocused", mBottomButton.isFocused());
135 getTopWithinScrollView(mBottomButton) > mScrollView.getScrollY() + mScrollView.getHeight());
138 mBottomButton.isFocused())
    [all...]
TallTextAboveButtonTest.java 30 private TextView mBottomButton;
38 mBottomButton = getActivity().getContentChildAt(1);
59 mBottomButton.getBottom() >= mScrollView.getBottom());
61 + "into view", mBottomButton.isFocused());
71 assertTrue("button should have focus", mBottomButton.isFocused());

Completed in 2142 milliseconds