HomeSort by relevance Sort by last modified time
    Searched defs:bottomLeftButton (Results 1 - 2 of 2) sorted by null

  /cts/tests/src/android/view/cts/
FocusFinderStubActivity.java 36 public Button bottomLeftButton;
47 bottomLeftButton = (Button) findViewById(R.id.bottom_left_button);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemoval.java 51 Button bottomLeftButton = (Button) findViewById(R.id.bottomLeftButton);
52 bottomLeftButton.setOnClickListener(new View.OnClickListener() {

Completed in 1278 milliseconds