HomeSort by relevance Sort by last modified time
    Searched defs:topLeftButton (Results 1 - 2 of 2) 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);
  /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() {

Completed in 428 milliseconds