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

/frameworks/base/core/java/android/text/
H A DSpanned.java146 * The bits numbered just above SPAN_PRIORITY_SHIFT determine the order
152 public static final int SPAN_PRIORITY_SHIFT = 16; field in interface:Spanned
160 public static final int SPAN_PRIORITY = 0xFF << SPAN_PRIORITY_SHIFT;

Completed in 93 milliseconds