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

  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
TypeTextAction.java 46 private final boolean tapToFocus;
64 * @param tapToFocus indicates whether a tap should be sent to the underlying view before typing.
66 public TypeTextAction(String stringToBeTyped, boolean tapToFocus) {
69 this.tapToFocus = tapToFocus;
76 if (!tapToFocus) {
97 if (tapToFocus) {
  /packages/apps/Camera2/src_pd/com/android/camera/util/
UsageStatistics.java 78 public void tapToFocus(TouchCoordinate touch, Float duration) {

Completed in 343 milliseconds