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

  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 276 public static final int COLOR_UNSPECIFIED = 0x00FFFFFF;
505 UNSPECIFIED = new CaptionStyle(COLOR_UNSPECIFIED, COLOR_UNSPECIFIED,
506 EDGE_TYPE_UNSPECIFIED, COLOR_UNSPECIFIED, COLOR_UNSPECIFIED, null);
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 351 attrs.foregroundColor : CaptionStyle.COLOR_UNSPECIFIED;
355 attrs.backgroundColor : CaptionStyle.COLOR_UNSPECIFIED;
359 attrs.windowColor : CaptionStyle.COLOR_UNSPECIFIED;
381 colorValue = CaptionStyle.COLOR_UNSPECIFIED;

Completed in 68 milliseconds