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

/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DPrimitive.java24 public final @NonNull PrimitiveType type;
34 * Use {@code PrimitiveType#getNewPrimitive()}
36 private Primitive(@NonNull PrimitiveType type, int location, float width, float penalty) {
43 public static enum PrimitiveType { enum in class:Primitive

Completed in 44 milliseconds