Home
last modified time | relevance | path

Searched refs:onPause (Results 1 – 25 of 28) sorted by relevance

12

/leanback/leanback/src/androidTest/java/androidx/leanback/app/
DTestActivity.java59 public void onPause(TestActivity activity) { in onPause() method in TestActivity.Provider
163 protected void onPause() { in onPause() method in TestActivity
165 mProvider.onPause(this); in onPause()
167 super.onPause(); in onPause()
DGuidedStepTestFragment.java87 public void onPause() { in onPause() method in GuidedStepTestFragment.Provider
211 public void onPause() { in onPause() method in GuidedStepTestFragment
212 mProvider.onPause(); in onPause()
213 super.onPause(); in onPause()
DGuidedStepTestSupportFragment.java84 public void onPause() { in onPause() method in GuidedStepTestSupportFragment.Provider
208 public void onPause() { in onPause() method in GuidedStepTestSupportFragment
209 mProvider.onPause(); in onPause()
210 super.onPause(); in onPause()
DGuidedStepFragmentTest.java110 verify(first, times(1)).onPause(); in nextAndBack()
126 verify(second, times(1)).onPause(); in nextAndBack()
197 verify(second, times(2)).onPause(); in restoreFragments()
DGuidedStepSupportFragmentTest.java107 verify(first, times(1)).onPause(); in nextAndBack()
123 verify(second, times(1)).onPause(); in nextAndBack()
194 verify(second, times(2)).onPause(); in restoreFragments()
/leanback/leanback-preference/src/main/java/androidx/leanback/preference/
DLeanbackSettingsFragmentCompat.java93 public void onPause() { in onPause() method in LeanbackSettingsFragmentCompat
94 super.onPause(); in onPause()
DLeanbackSettingsFragment.java95 public void onPause() { in onPause() method in LeanbackSettingsFragment
96 super.onPause(); in onPause()
/leanback/leanback/src/main/java/androidx/leanback/app/
DBrandedSupportFragment.java315 public void onPause() { in onPause() method in BrandedSupportFragment
319 super.onPause(); in onPause()
DBrandedFragment.java320 public void onPause() { in onPause() method in BrandedFragment
324 super.onPause(); in onPause()
DSearchSupportFragment.java434 public void onPause() { in onPause() method in SearchSupportFragment
437 super.onPause(); in onPause()
DSearchFragment.java437 public void onPause() { in onPause() method in SearchFragment
440 super.onPause(); in onPause()
DPlaybackSupportFragment.java971 public void onPause() { in onPause() method in PlaybackSupportFragment
981 super.onPause(); in onPause()
DPlaybackFragment.java976 public void onPause() { in onPause() method in PlaybackFragment
986 super.onPause(); in onPause()
/leanback/leanback-preference/api/
Drestricted_1.0.0.txt64 method public void onPause();
D1.2.0-beta01.txt101 method @Deprecated public void onPause();
D1.1.0-beta01.txt96 method @Deprecated public void onPause();
Dcurrent.txt101 method @Deprecated public void onPause();
Drestricted_1.1.0-beta01.txt100 method @Deprecated public void onPause();
Drestricted_current.txt106 method @Deprecated public void onPause();
Drestricted_1.2.0-beta01.txt106 method @Deprecated public void onPause();
/leanback/leanback/src/androidTest/java/androidx/leanback/media/
DMediaControllerAdapterTest.java834 public void onPause() { in onPause() method in MediaControllerAdapterTest.MediaSessionCallback
/leanback/leanback/api/
Drestricted_current.txt81 method @Deprecated public void onPause();
742 method @Deprecated public void onPause();
928 method @Deprecated public void onPause();
D1.1.0-beta01.txt59 method @Deprecated public void onPause();
701 method @Deprecated public void onPause();
887 method @Deprecated public void onPause();
D1.2.0-beta01.txt59 method @Deprecated public void onPause();
701 method @Deprecated public void onPause();
887 method @Deprecated public void onPause();
Dcurrent.txt59 method @Deprecated public void onPause();
701 method @Deprecated public void onPause();
887 method @Deprecated public void onPause();

12