Searched refs:isInLayout (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DFragment.java296 * and will return false from {@link #isInLayout}. (The code here also shows
879 final public boolean isInLayout() { method in class:Fragment
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java713 final public boolean isInLayout() { method in class:Fragment
/frameworks/base/core/java/android/view/
H A DView.java16396 public boolean isInLayout() { method in class:View
16398 return (viewRoot != null && viewRoot.isInLayout());
16405 * pass ({@link #isInLayout()}. If layout is happening, the request may be honored at the
16419 if (viewRoot != null && viewRoot.isInLayout()) {
H A DViewRootImpl.java1919 * Called by {@link android.view.View#isInLayout()} to determine whether the view hierarchy
1924 boolean isInLayout() { method in class:ViewRootImpl

Completed in 155 milliseconds