Searched refs:mSavedState (Results 1 – 5 of 5) sorted by relevance
64 private ParcelFileDescriptor mSavedState; field in KeyValueAdbBackupEngine132 mSavedState = ParcelFileDescriptor.open(mBlankStateName, in prepareBackupFiles()170 mSavedState, in invokeAgentForAdbBackup()
260 @Nullable private ParcelFileDescriptor mSavedState; field in KeyValueBackupTask681 mSavedState = in extractAgentData()707 mSavedState, in extractAgentData()1057 tryCloseFileDescriptor(mSavedState, "old state"); in cleanUpAgent()1060 mSavedState = null; in cleanUpAgent()
172 private SavedState mSavedState; field in HorizontalScrollView1635 if (mSavedState != null) { in onLayout()1637 ? scrollRange - mSavedState.scrollOffsetFromStart in onLayout()1638 : mSavedState.scrollOffsetFromStart; in onLayout()1639 mSavedState = null; in onLayout()1797 mSavedState = ss; in onRestoreInstanceState()
200 private SavedState mSavedState; field in ScrollView1671 if (mSavedState != null) { in onLayout()1672 mScrollY = mSavedState.scrollPosition; in onLayout()1673 mSavedState = null; in onLayout()1932 mSavedState = ss; in onRestoreInstanceState()
88322 Landroid/widget/HorizontalScrollView;->mSavedState:Landroid/widget/HorizontalScrollView$SavedState;89953 Landroid/widget/ScrollView;->mSavedState:Landroid/widget/ScrollView$SavedState;