Searched refs:onProvideTheme (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DOnboardingFragment.java130 * {@link #onProvideTheme} method. This can be useful if a subclass is used across multiple
134 * If the theme is provided in multiple ways, the onProvideTheme override has priority, followed by
310 public int onProvideTheme() { method in class:OnboardingFragment
316 int theme = onProvideTheme();
H A DOnboardingSupportFragment.java132 * {@link #onProvideTheme} method. This can be useful if a subclass is used across multiple
136 * If the theme is provided in multiple ways, the onProvideTheme override has priority, followed by
312 public int onProvideTheme() { method in class:OnboardingSupportFragment
318 int theme = onProvideTheme();
H A DGuidedStepFragment.java101 * #onProvideTheme} method. This can be useful if a subclass is used across multiple
105 * If the theme is provided in multiple ways, the onProvideTheme override has priority, followed by
267 mTheme = onProvideTheme();
309 public int onProvideTheme() { method in class:GuidedStepFragment
H A DGuidedStepSupportFragment.java103 * #onProvideTheme} method. This can be useful if a subclass is used across multiple
107 * If the theme is provided in multiple ways, the onProvideTheme override has priority, followed by
269 mTheme = onProvideTheme();
311 public int onProvideTheme() { method in class:GuidedStepSupportFragment

Completed in 223 milliseconds