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

  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
OnboardingFragment.java 223 private int mArrowBackgroundColor = Color.TRANSPARENT;
345 mPageIndicator.setDotBackgroundColor(mArrowBackgroundColor);
498 mArrowBackgroundColor = color;
511 return mArrowBackgroundColor;
    [all...]
OnboardingSupportFragment.java 218 private int mArrowBackgroundColor = Color.TRANSPARENT;
340 mPageIndicator.setDotBackgroundColor(mArrowBackgroundColor);
493 mArrowBackgroundColor = color;
506 return mArrowBackgroundColor;
    [all...]

Completed in 98 milliseconds