HomeSort by relevance Sort by last modified time
    Searched refs:mPendingSavedState (Results 1 - 7 of 7) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 182 private SavedState mPendingSavedState;
476 if (mPendingSavedState != null && mPendingSavedState.mReverseLayout != reverseLayout) {
477 mPendingSavedState.mReverseLayout = reverseLayout;
527 if (mPendingSavedState == null) {
611 if (mPendingSavedState != null || mPendingScrollPosition != NO_POSITION) {
620 || mPendingSavedState != null;
623 if (mPendingSavedState != null) {
632 if (mPendingSavedState == null && mPendingScrollPosition == NO_POSITION) {
640 if (getChildCount() > 0 && (mPendingSavedState == nul
    [all...]
LinearLayoutManager.java 133 SavedState mPendingSavedState = null;
246 if (mPendingSavedState != null) {
247 return new SavedState(mPendingSavedState);
274 mPendingSavedState = (SavedState) state;
479 if (mPendingSavedState != null || mPendingScrollPosition != NO_POSITION) {
485 if (mPendingSavedState != null && mPendingSavedState.hasValidAnchor()) {
486 mPendingScrollPosition = mPendingSavedState.mAnchorPosition;
495 || mPendingSavedState != null) {
652 mPendingSavedState = null; // we don't need this anymor
    [all...]
RecyclerView.java 301 private SavedState mPendingSavedState;
    [all...]
GridLayoutManager.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 129 SavedState mPendingSavedState = null;
242 if (mPendingSavedState != null) {
243 return new SavedState(mPendingSavedState);
270 mPendingSavedState = (SavedState) state;
475 if (mPendingSavedState != null || mPendingScrollPosition != NO_POSITION) {
481 if (mPendingSavedState != null && mPendingSavedState.hasValidAnchor()) {
482 mPendingScrollPosition = mPendingSavedState.mAnchorPosition;
491 || mPendingSavedState != null) {
648 mPendingSavedState = null; // we don't need this anymor
    [all...]
RecyclerView.java 282 private SavedState mPendingSavedState;
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 86 milliseconds