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

  /frameworks/base/core/java/android/view/
ViewOverlay.java 332 public void onDescendantInvalidated(@NonNull View child, @NonNull View target) {
336 ((ViewGroup) mHostView).onDescendantInvalidated(mHostView, target);
340 super.onDescendantInvalidated(child, target);
342 // Can't use onDescendantInvalidated because host isn't a ViewGroup - fall back
ViewParent.java 71 default void onDescendantInvalidated(@NonNull View child, @NonNull View target) {
74 getParent().onDescendantInvalidated(child, target);
84 * @deprecated Use {@link #onDescendantInvalidated(View, View)} instead.
109 * @deprecated Use {@link #onDescendantInvalidated(View, View)} instead.
ViewGroup.java     [all...]
ViewRootImpl.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 55 milliseconds