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

/frameworks/base/core/java/android/util/
H A DTypedValue.java47 public static final int TYPE_FRACTION = 0x06; field in class:TypedValue
111 /** {@link #TYPE_FRACTION} complex unit: A basic fraction of the overall
114 /** {@link #TYPE_FRACTION} complex unit: A fraction of the parent size. */
380 * {@link #TYPE_FRACTION}.
406 * type is {@link #TYPE_FRACTION}.
470 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.h285 TYPE_FRACTION = 0x06, enumerator in enum:android::Res_value::__anon937
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.
1449 TYPE_FRACTION = 1<<7, enumerator in enum:android::ResTable_map::__anon979

Completed in 692 milliseconds