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

  /cts/tests/src/android/view/cts/
FocusFinderStubActivity.java 32 public Button topLeftButton;
45 topLeftButton = (Button) findViewById(R.id.top_left_button);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemoval.java 41 Button topLeftButton = (Button) findViewById(R.id.topLeftButton);
42 topLeftButton.setOnClickListener(new View.OnClickListener() {
RequestFocusTest.java 51 mTopLeftButton = (Button) a.findViewById(R.id.topLeftButton);
FocusAfterRemovalTest.java 51 mTopLeftButton = (Button) a.findViewById(R.id.topLeftButton);
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 49 mTopLeft = getActivity().topLeftButton;

Completed in 70 milliseconds