Home
last modified time | relevance | path

Searched defs:hasTransientState (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/view/
DBitmapDrawableImageView.java154 public void setHasTransientState(boolean hasTransientState) { in setHasTransientState()
/frameworks/base/core/java/android/view/
DViewParent.java386 public void childHasTransientStateChanged(@NonNull View child, boolean hasTransientState); in childHasTransientStateChanged()
DView.java12686 public boolean hasTransientState() { in hasTransientState() method in View
12703 public void setHasTransientState(boolean hasTransientState) { in setHasTransientState()
DViewGroup.java1162 public boolean hasTransientState() { in hasTransientState() method in ViewGroup
DViewRootImpl.java10001 public void childHasTransientStateChanged(View child, boolean hasTransientState) { in childHasTransientStateChanged()