Home | History | Annotate | Download | only in view

Lines Matching refs:isInLayout

15759     public boolean isInLayout() {
15761 return (viewRoot != null && viewRoot.isInLayout());
15768 * pass ({@link #isInLayout()}. If layout is happening, the request may be honored at the
15780 if (viewRoot != null && viewRoot.isInLayout()) {