OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mPendingSavedState
(Results
1 - 4
of
4
) sorted by null
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java
182
private SavedState
mPendingSavedState
;
470
if (
mPendingSavedState
!= null &&
mPendingSavedState
.mReverseLayout != reverseLayout) {
471
mPendingSavedState
.mReverseLayout = reverseLayout;
521
if (
mPendingSavedState
== null) {
605
if (
mPendingSavedState
!= null || mPendingScrollPosition != NO_POSITION) {
614
mPendingSavedState
!= null) {
616
if (
mPendingSavedState
!= null) {
626
if (
mPendingSavedState
== null && mPendingScrollPosition == NO_POSITION) {
634
if (getChildCount() > 0 && (
mPendingSavedState
== null |
[
all
...]
LinearLayoutManager.java
131
SavedState
mPendingSavedState
= null;
241
if (
mPendingSavedState
!= null) {
242
return new SavedState(
mPendingSavedState
);
269
mPendingSavedState
= (SavedState) state;
466
if (
mPendingSavedState
!= null || mPendingScrollPosition != NO_POSITION) {
472
if (
mPendingSavedState
!= null &&
mPendingSavedState
.hasValidAnchor()) {
473
mPendingScrollPosition =
mPendingSavedState
.mAnchorPosition;
482
mPendingSavedState
!= null) {
639
mPendingSavedState
= null; // we don't need this anymor
[
all
...]
RecyclerView.java
260
private SavedState
mPendingSavedState
;
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 124 milliseconds