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

/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py28 TAB = ' ' variable
32 self.buffer = TAB
33 self.lineLength = len(TAB)
43 self.buffer += TAB
45 self.lineLength = len(TAB)
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java617 return (mInts.getValue(line, TAB) & TAB_MASK) != 0;
755 private static final int TAB = START; field in class:DynamicLayout
H A DStaticLayout.java967 // TODO: could move TAB to share same column as HYPHEN, simplifying this code and gaining
969 lines[off + TAB] |= flags & TAB_MASK;
1161 return (mLines[mColumns * line + TAB] & TAB_MASK) != 0;
1284 private static final int TAB = START; field in class:StaticLayout
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 94 milliseconds