HomeSort by relevance Sort by last modified time
    Searched defs:CaptionStyle (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 49 /** Default style preset as an index into {@link CaptionStyle#PRESETS}. */
131 * {@link CaptionStyle}, or the default style if not specified
134 public CaptionStyle getUserStyle() {
136 if (preset == CaptionStyle.PRESET_CUSTOM) {
137 return CaptionStyle.getCustomStyle(mContentResolver);
140 return CaptionStyle.PRESETS[preset];
198 final CaptionStyle userStyle = getUserStyle();
268 public static final class CaptionStyle {
283 private static final CaptionStyle WHITE_ON_BLACK;
284 private static final CaptionStyle BLACK_ON_WHITE
    [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 348 milliseconds