Home
last modified time | relevance | path

Searched defs:hasTransientState (Results 1 – 6 of 6) 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/support/v4/java/android/support/v4/view/
DViewCompat.java146 public boolean hasTransientState(View view); in hasTransientState() method
147 public void setHasTransientState(View view, boolean hasTransientState); in setHasTransientState()
191 public boolean hasTransientState(View view) { in hasTransientState() method in ViewCompat.BaseViewCompatImpl
195 public void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()
317 public boolean hasTransientState(View view) { in hasTransientState() method in ViewCompat.JBViewCompatImpl
321 public void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()
593 public static boolean hasTransientState(View view) { in hasTransientState() method in ViewCompat
604 public static void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()
/frameworks/base/core/java/android/view/
DViewParent.java277 public void childHasTransientStateChanged(View child, boolean hasTransientState); in childHasTransientStateChanged()
DView.java6072 public boolean hasTransientState() { in hasTransientState() method in View
6089 public void setHasTransientState(boolean hasTransientState) { in setHasTransientState()
DViewGroup.java759 public boolean hasTransientState() { in hasTransientState() method in ViewGroup
DViewRootImpl.java5932 public void childHasTransientStateChanged(View child, boolean hasTransientState) { in childHasTransientStateChanged()