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

/frameworks/base/core/java/android/util/
H A DTypedValue.java45 public static final int TYPE_FRACTION = 0x06; field in class:TypedValue
109 /** {@link #TYPE_FRACTION} complex unit: A basic fraction of the overall
112 /** {@link #TYPE_FRACTION} complex unit: A fraction of the parent size. */
377 * {@link #TYPE_FRACTION}.
403 * type is {@link #TYPE_FRACTION}.
467 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}.
879 * A builder for TtsSpans of type {@link #TYPE_FRACTION}.
885 * Creates a builder for a TtsSpan of type {@link #TYPE_FRACTION}.
888 super(TtsSpan.TYPE_FRACTION);
892 * Creates a TtsSpan of type {@link #TYPE_FRACTION} and sets the
/frameworks/base/include/androidfw/
H A DResourceTypes.h285 TYPE_FRACTION = 0x06, enumerator in enum:android::Res_value::__anon896
320 // Structure of complex data values (TYPE_UNIT and TYPE_FRACTION)
340 // TYPE_FRACTION: A basic fraction of the overall size.
342 // TYPE_FRACTION: A fraction of the parent size.
1419 TYPE_FRACTION = 1<<7, enumerator in enum:android::ResTable_map::__anon935

Completed in 70 milliseconds