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

  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
OnboardingDemoFragment.java 49 private ImageView mContentBackgroundView;
86 mContentBackgroundView = (ImageView) mContentView.findViewById(R.id.background_image);
100 mContentBackgroundView.setImageResource(CONTENT_BACKGROUNDS[0]);
126 mContentBackgroundView.setImageResource(CONTENT_BACKGROUNDS[newPage]);
OnboardingDemoSupportFragment.java 51 private ImageView mContentBackgroundView;
88 mContentBackgroundView = (ImageView) mContentView.findViewById(R.id.background_image);
102 mContentBackgroundView.setImageResource(CONTENT_BACKGROUNDS[0]);
128 mContentBackgroundView.setImageResource(CONTENT_BACKGROUNDS[newPage]);

Completed in 1511 milliseconds