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

  /frameworks/base/core/java/android/view/autofill/
AutofillManager.java 88 * <li>{@link #notifyViewEntered(View)}
89 * <li>{@link #notifyViewEntered(View, int, Rect)}
95 * {@link #notifyViewEntered(View)}. App developers can call {@link #requestAutofill(View)} to
232 * <p>In this state, app callbacks (such as {@link #notifyViewEntered(View)}) are notified to
251 * <p>In this state, most apps callback (such as {@link #notifyViewEntered(View)}) are ignored,
705 * {@link #notifyViewEntered(View)} is called, but this method should be used in the
712 notifyViewEntered(view, FLAG_MANUAL_REQUEST);
719 * {@link #notifyViewEntered(View, int, Rect)} is called, but this method should be used in the
740 notifyViewEntered(view, virtualId, absBounds, FLAG_MANUAL_REQUEST);
748 public void notifyViewEntered(@NonNull View view)
    [all...]
  /packages/experimental/FilledApp/src/foo/bar/filled/
CustomLinearLayout.java 35 autofillManager.notifyViewEntered(CustomLinearLayout.this,
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 209 autofillManager.notifyViewEntered(this@CustomVirtualView, fieldTextItem.id, absBounds)
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 209 autofillManager.notifyViewEntered(this@CustomVirtualView, fieldTextItem.id, absBounds)
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerView.java 448 mAfm.notifyViewEntered(VirtualContainerView.this, text.id, absBounds);
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CustomVirtualView.java 464 mAutofillManager.notifyViewEntered(CustomVirtualView.this, mFieldTextItem.id,
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualView.java 466 mAutofillManager.notifyViewEntered(CustomVirtualView.this, mFieldTextItem.id,
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 1353 milliseconds