Searched refs:frameResIds (Results 1 – 1 of 1) sorted by relevance
100 private static final int[] frameResIds = field in TwoPanelSettingsFragment265 frameResIds[mPrefPanelIdx + 1]); in onPreferenceStartFragment()308 frameResIds[mPrefPanelIdx + 1]); in navigateToPreviewFragment()318 if (mPrefPanelIdx + 1 >= frameResIds.length) { in navigateToPreviewFragment()336 .findFragmentById(frameResIds[mPrefPanelIdx]); in navigateToPreviewFragment()339 transaction.replace(frameResIds[mPrefPanelIdx + 1], initialPreviewFragment, in navigateToPreviewFragment()414 transaction.add(frameResIds[mPrefPanelIdx], fragment, PREFERENCE_FRAGMENT_TAG); in startPreferenceFragment()424 transaction.add(frameResIds[mPrefPanelIdx + 1], initialPreviewFragment, in startPreferenceFragment()443 frameResIds[mPrefPanelIdx + 1]); in onPreferenceDisplayDialog()510 getChildFragmentManager().findFragmentById(frameResIds[mPrefPanelIdx]); in onPreferenceFocusedImpl()[all …]