Searched defs:TYPE_FRACTION (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
H A DTypedValue.java48 public static final int TYPE_FRACTION = 0x06; field in class:TypedValue
112 /** {@link #TYPE_FRACTION} complex unit: A basic fraction of the overall
115 /** {@link #TYPE_FRACTION} complex unit: A fraction of the parent size. */
383 * {@link #TYPE_FRACTION}.
409 * type is {@link #TYPE_FRACTION}.
473 case TYPE_FRACTION:
/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java90 public static final String TYPE_FRACTION = "android.type.fraction"; field in class:TtsSpan
96 * {@link #TYPE_DECIMAL} or {@link #TYPE_FRACTION}. The unit can be
242 * Can be used with {@link #TYPE_DECIMAL} and {@link #TYPE_FRACTION}.
275 * Can be used with {@link #TYPE_FRACTION}.
282 * Can be used with {@link #TYPE_FRACTION}.
889 * A builder for TtsSpans of type {@link #TYPE_FRACTION}.
895 * Creates a builder for a TtsSpan of type {@link #TYPE_FRACTION}.
898 super(TtsSpan.TYPE_FRACTION);
902 * Creates a TtsSpan of type {@link #TYPE_FRACTION} and sets the
/frameworks/base/include/androidfw/
H A DResourceTypes.h288 TYPE_FRACTION = 0x06, enumerator in enum:android::Res_value::__anon972
326 // Structure of complex data values (TYPE_UNIT and TYPE_FRACTION)
346 // TYPE_FRACTION: A basic fraction of the overall size.
348 // TYPE_FRACTION: A fraction of the parent size.
1474 TYPE_FRACTION = 1<<7, enumerator in enum:android::ResTable_map::__anon1014

Completed in 162 milliseconds