Searched defs:TYPE_FRACTION (Results 1 - 2 of 2) 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. */
358 * {@link #TYPE_FRACTION}.
384 * type is {@link #TYPE_FRACTION}.
448 case TYPE_FRACTION:
/frameworks/base/include/androidfw/
H A DResourceTypes.h251 TYPE_FRACTION = 0x06, enumerator in enum:android::Res_value::__anon1027
283 // Structure of complex data values (TYPE_UNIT and TYPE_FRACTION)
303 // TYPE_FRACTION: A basic fraction of the overall size.
305 // TYPE_FRACTION: A fraction of the parent size.
1249 TYPE_FRACTION = 1<<7, enumerator in enum:android::ResTable_map::__anon1065

Completed in 122 milliseconds