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.java342 public void childHasTransientStateChanged(View child, boolean hasTransientState); in childHasTransientStateChanged()
DView.java8247 public boolean hasTransientState() { in hasTransientState() method
8264 public void setHasTransientState(boolean hasTransientState) { in setHasTransientState()
DViewGroup.java953 public boolean hasTransientState() { in hasTransientState() method in ViewGroup
DViewRootImpl.java6885 public void childHasTransientStateChanged(View child, boolean hasTransientState) { in childHasTransientStateChanged()
/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java373 boolean hasTransientState(View view); in hasTransientState() method
374 void setHasTransientState(View view, boolean hasTransientState); in setHasTransientState()
523 public boolean hasTransientState(View view) { in hasTransientState() method in ViewCompat.BaseViewCompatImpl
527 public void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()
1398 public boolean hasTransientState(View view) { in hasTransientState() method in ViewCompat.JBViewCompatImpl
1402 public void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()
1987 public static boolean hasTransientState(View view) { in hasTransientState() method in ViewCompat
1998 public static void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()