Searched refs:EXTRA_INDEX (Results 1 – 3 of 3) sorted by relevance
51 private static final String EXTRA_INDEX = "index"; field in BaseActionFragment97 args.putInt(EXTRA_INDEX, index); in buildArgs()106 int savedIndex = savedInstanceState.getInt(EXTRA_INDEX, -1); in onCreate()117 int startIndex = mFragment.getArguments().getInt(EXTRA_INDEX, -1); in onCreate()152 outState.putInt(EXTRA_INDEX, getScrollAdapterView().getSelectedItemPosition()); in onSaveInstanceState()
146 intent.putExtra(Intent.EXTRA_INDEX, documentLocation - range.getLower()); in build()
4276 res.putLong(Intent.EXTRA_INDEX, totalSize); in call()