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);
RequestFocusTest.java 53 mTopRightButton = (Button) a.findViewById(R.id.topRightButton);
FocusAfterRemovalTest.java 53 mTopRightButton = (Button) a.findViewById(R.id.topRightButton);
  /cts/tests/src/android/view/cts/
FocusFinderStubActivity.java 34 public Button topRightButton;
46 topRightButton = (Button) findViewById(R.id.top_right_button);
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 50 mTopRight = getActivity().topRightButton;

Completed in 1335 milliseconds