HomeSort by relevance Sort by last modified time
    Searched refs:onProvideTheme (Results 1 - 14 of 14) sorted by null

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/television/
ErrorFragment.java 35 public int onProvideTheme() {
UninstallAlertFragment.java 36 public int onProvideTheme() {
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
GuidedStepHalfScreenActivity.java 83 * both scenarios, we override onProvideTheme method.
86 public int onProvideTheme() {
104 public int onProvideTheme() {
GuidedStepSupportHalfScreenActivity.java 86 * both scenarios, we override onProvideTheme method.
89 public int onProvideTheme() {
107 public int onProvideTheme() {
GuidedStepActivity.java 204 public int onProvideTheme() {
GuidedStepSupportActivity.java 207 public int onProvideTheme() {
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrGuidedStepFragment.java 74 public int onProvideTheme() {
DvrScheduleFragment.java 82 public int onProvideTheme() {
DvrConflictFragment.java 68 public int onProvideTheme() {
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
OnboardingFragment.java 142 * {@link #onProvideTheme} method. This can be useful if a subclass is used across multiple
146 * If the theme is provided in multiple ways, the onProvideTheme override has priority, followed by
543 public int onProvideTheme() {
549 int theme = onProvideTheme();
    [all...]
OnboardingSupportFragment.java 139 * {@link #onProvideTheme} method. This can be useful if a subclass is used across multiple
143 * If the theme is provided in multiple ways, the onProvideTheme override has priority, followed by
538 public int onProvideTheme() {
544 int theme = onProvideTheme();
    [all...]
GuidedStepFragment.java 109 * #onProvideTheme} method. This can be useful if a subclass is used across multiple
113 * If the theme is provided in multiple ways, the onProvideTheme override has priority, followed by
315 public int onProvideTheme() {
    [all...]
GuidedStepSupportFragment.java 106 * #onProvideTheme} method. This can be useful if a subclass is used across multiple
110 * If the theme is provided in multiple ways, the onProvideTheme override has priority, followed by
310 public int onProvideTheme() {
    [all...]
  /packages/apps/TV/src/com/android/tv/onboarding/
WelcomeFragment.java 735 public int onProvideTheme() {

Completed in 171 milliseconds