HomeSort by relevance Sort by last modified time
    Searched defs:mInstanceState (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
AdapterView.java 800 private Parcelable mInstanceState = null;
810 if (AdapterView.this.getAdapter().hasStableIds() && mInstanceState != null
812 AdapterView.this.onRestoreInstanceState(mInstanceState);
813 mInstanceState = null;
828 mInstanceState = AdapterView.this.onSaveInstanceState();
845 mInstanceState = null;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewCompat.java 800 private Parcelable mInstanceState = null;
810 if (AdapterViewCompat.this.getAdapter().hasStableIds() && mInstanceState != null
812 AdapterViewCompat.this.onRestoreInstanceState(mInstanceState);
813 mInstanceState = null;
828 mInstanceState = AdapterViewCompat.this.onSaveInstanceState();
845 mInstanceState = null;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 590 milliseconds