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

  /cts/tests/tests/view/src/android/view/cts/
FocusFinderCtsActivity.java 32 public Button topLeftButton;
45 topLeftButton = (Button) findViewById(R.id.top_left_button);
FocusFinderTest.java 45 mTopLeft = getActivity().topLeftButton;
  /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() {
FocusAfterRemovalTest.java 51 mTopLeftButton = (Button) a.findViewById(R.id.topLeftButton);
RequestFocusTest.java 58 mTopLeftButton = (Button) a.findViewById(R.id.topLeftButton);

Completed in 117 milliseconds