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.java387 public void childHasTransientStateChanged(@NonNull View child, boolean hasTransientState); in childHasTransientStateChanged()
DViewGroup.java1163 public boolean hasTransientState() { in hasTransientState() method in ViewGroup
DView.java13193 public boolean hasTransientState() { in hasTransientState() method in View
13210 public void setHasTransientState(boolean hasTransientState) { in setHasTransientState()
DViewRootImpl.java10244 public void childHasTransientStateChanged(View child, boolean hasTransientState) { in childHasTransientStateChanged()