Home | History | Annotate | Download | only in widget

Lines Matching defs:isPreLayout

4504         if (mState.isPreLayout() && (lp.isItemChanged() || lp.isViewInvalid())) {
5236 if (DEBUG && !mState.isPreLayout()) {
5240 return mState.isPreLayout();
5246 if (!mState.isPreLayout()) {
5285 if (mState.isPreLayout()) {
5361 if (!mState.isPreLayout()) {
5417 if (mState.isPreLayout()) {
5521 if (fromScrapOrHiddenOrCache && !mState.isPreLayout() && holder
5535 if (mState.isPreLayout() && holder.isBound()) {
5960 if (!mState.isPreLayout()) {
7066 * call {@link #onLayoutChildren(Recycler, State)} with {@link State#isPreLayout()} set to
7072 * {@code true} and {@link State#isPreLayout()} set to {@code false}. The LayoutManager can
7083 * {@code true} and {@link State#isPreLayout()} set to {@code false}. RecyclerView will
7858 && (mRecyclerView.mState.isPreLayout() || !vh.isRemoved())) {
11271 public boolean isPreLayout() {