Searched refs:frameResIds (Results 1 – 1 of 1) sorted by relevance
75 private static final int[] frameResIds = field in TwoPanelSettingsFragment171 frameResIds[mPrefPanelIdx + 1]); in onPreferenceStartFragment()196 frameResIds[mPrefPanelIdx + 1]); in navigateToPreviewFragment()206 if (mPrefPanelIdx + 1 >= frameResIds.length) { in navigateToPreviewFragment()218 Fragment fragment = getChildFragmentManager().findFragmentById(frameResIds[mPrefPanelIdx]); in navigateToPreviewFragment()222 transaction.replace(frameResIds[mPrefPanelIdx + 1], initialPreviewFragment, in navigateToPreviewFragment()256 transaction.add(frameResIds[mPrefPanelIdx], fragment, PREFERENCE_FRAGMENT_TAG); in startPreferenceFragment()266 transaction.add(frameResIds[mPrefPanelIdx + 1], initialPreviewFragment, in startPreferenceFragment()281 frameResIds[mPrefPanelIdx + 1]); in onPreferenceDisplayDialog()334 getChildFragmentManager().findFragmentById(frameResIds[mPrefPanelIdx]); in onPreferenceFocused()[all …]