Searched refs:InfoFragment (Results 1 – 15 of 15) sorted by relevance
70 import com.android.tv.twopanelsettings.slices.InfoFragment;222 return InfoFragment.class.isAssignableFrom(Class.forName(fragment)); in isInfoFragment()243 if (!(preview instanceof InfoFragment)) { in onPreferenceStartFragment()726 if (!(previewFragment instanceof InfoFragment) in onKey()789 if (isA11yOn() && preview instanceof InfoFragment && preview.getView() != null in back()898 && !(fragmentToBecomePreviewPanel instanceof InfoFragment); in moveToPanel()1003 f == fragmentToBecomeMainPanel || f instanceof InfoFragment in moveToPanel()1076 && InfoFragment.class.isAssignableFrom( in refocusPreference()1124 preference.setFragment(InfoFragment.class.getCanonicalName()); in updatePreferenceWithErrorMessage()1170 if (existingPreviewFragment instanceof InfoFragment) { in updateInfoFragmentStatus()[all …]
28 import com.android.tv.twopanelsettings.slices.InfoFragment;54 private abstract static class BaseInfoFragment extends InfoFragment {
28 import com.android.tv.twopanelsettings.slices.InfoFragment;63 private abstract static class BaseInfoFragment extends InfoFragment {
28 import com.android.tv.twopanelsettings.slices.InfoFragment;52 private abstract static class BaseInfoFragment extends InfoFragment {
30 import com.android.tv.twopanelsettings.slices.InfoFragment;36 public class FontScalePreviewFragment extends InfoFragment implements OnLayoutChangeListener {
28 import com.android.tv.twopanelsettings.slices.InfoFragment;32 public class SystemUpdateInfoFragment extends InfoFragment {
28 import com.android.tv.twopanelsettings.slices.InfoFragment;32 public class FactoryResetInfoFragment extends InfoFragment {
28 import com.android.tv.twopanelsettings.slices.InfoFragment;32 public class AdsInfoFragment extends InfoFragment {
33 import com.android.tv.twopanelsettings.slices.InfoFragment;41 public class SensorToggleInfoFragment extends InfoFragment {
29 import com.android.tv.twopanelsettings.slices.InfoFragment;33 public class WiFiAlwaysScanInfoFragment extends InfoFragment {
29 import com.android.tv.twopanelsettings.slices.InfoFragment;33 public class WiFiEasyConnectInfoFragment extends InfoFragment {
29 import com.android.tv.twopanelsettings.slices.InfoFragment;35 public class BasicModeExitSuggestionInfoFragment extends InfoFragment {
29 import com.android.tv.twopanelsettings.slices.InfoFragment;33 public class BasicModeAccountsAndSignInInfoFragment extends InfoFragment {
231 b.putBoolean(InfoFragment.EXTRA_INFO_HAS_STATUS, true); in getPreference()235 b.putBoolean(InfoFragment.EXTRA_INFO_HAS_STATUS, false); in getPreference()263 preference.setFragment(InfoFragment.class.getCanonicalName()); in getPreference()
36 public class InfoFragment extends Fragment { class