Home
last modified time | relevance | path

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

/frameworks/support/v4/jellybean/android/support/v4/view/
DViewCompatJB.java28 public static boolean hasTransientState(View view) { in hasTransientState() method in ViewCompatJB
32 public static void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()
/frameworks/opt/bitmap/src/com/android/bitmap/view/
DBitmapDrawableImageView.java154 public void setHasTransientState(boolean hasTransientState) { in setHasTransientState()
/frameworks/base/core/java/android/view/
DViewParent.java314 public void childHasTransientStateChanged(View child, boolean hasTransientState); in childHasTransientStateChanged()
DView.java7678 public boolean hasTransientState() { in hasTransientState() method
7695 public void setHasTransientState(boolean hasTransientState) { in setHasTransientState()
DViewRootImpl.java6583 public void childHasTransientStateChanged(View child, boolean hasTransientState) { in childHasTransientStateChanged()
DViewGroup.java941 public boolean hasTransientState() { in hasTransientState() method in ViewGroup
/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java289 public boolean hasTransientState(View view); in hasTransientState() method
290 public void setHasTransientState(View view, boolean hasTransientState); in setHasTransientState()
428 public boolean hasTransientState(View view) { in hasTransientState() method in ViewCompat.BaseViewCompatImpl
432 public void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()
1227 public boolean hasTransientState(View view) { in hasTransientState() method in ViewCompat.JBViewCompatImpl
1231 public void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()
1747 public static boolean hasTransientState(View view) { in hasTransientState() method in ViewCompat
1758 public static void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()