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

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemoval.java 60 final Button topRightButton = (Button) findViewById(R.id.topRightButton);
61 topRightButton.setOnClickListener(new View.OnClickListener() {
64 topRightButton.setVisibility(View.GONE);
FocusAfterRemovalTest.java 53 mTopRightButton = (Button) a.findViewById(R.id.topRightButton);
RequestFocusTest.java 60 mTopRightButton = (Button) a.findViewById(R.id.topRightButton);
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderCtsActivity.java 34 public Button topRightButton;
46 topRightButton = (Button) findViewById(R.id.top_right_button);
FocusFinderTest.java 46 mTopRight = getActivity().topRightButton;

Completed in 155 milliseconds