Searched refs:FEATURE_PARALLAX (Results 1 – 2 of 2) sorted by relevance
113 ExtendedOptions.FEATURE_ORDERED_DISPLAY | ExtendedOptions.FEATURE_PARALLAX in getView()
645 public static final int FEATURE_PARALLAX = 1 << 1; field in ExtendedBitmapDrawable.ExtendedOptions807 if ((features & FEATURE_PARALLAX) != 0 && parallaxSpeedMultiplier <= 1) { in validate()