Home
last modified time | relevance | path

Searched refs:TAB (Results 1 – 21 of 21) sorted by relevance

/frameworks/ex/common/tools/
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/data/keyboards/
DVendor_18d1_Product_5018.kl34 key 15 TAB
DVendor_22b8_Product_093d.kl33 key 15 TAB
DVendor_05ac_Product_0239.kl38 key 15 TAB
Dqwerty.kl101 key 15 TAB
DVendor_046d_Product_c532.kl41 key 15 TAB
DVendor_18d1_Product_5018.kcm266 key TAB {
Dqwerty.kcm312 key TAB {
DVirtual.kcm260 key TAB {
DGeneric.kcm263 key TAB {
Dqwerty2.kcm309 key TAB {
DGeneric.kl37 key 15 TAB
/frameworks/base/core/java/android/text/
DDynamicLayout.java356 ints[TAB] |= reflowed.getLineContainsTab(i) ? TAB_MASK : 0; in reflow()
702 return (mInts.getValue(line, TAB) & TAB_MASK) != 0; in getLineContainsTab()
851 private static final int TAB = START; field in DynamicLayout
DStaticLayout.java1026 lines[off + TAB] |= flags & TAB_MASK;
1217 return (mLines[mColumns * line + TAB] & TAB_MASK) != 0;
1377 private static final int TAB = START;
/frameworks/native/include/input/
DInputEventLabels.h103 DEFINE_KEYCODE(TAB),
/frameworks/base/packages/InputDevices/res/raw/
Dkeyboard_layout_persian.kcm286 key TAB {
/frameworks/base/proto/src/
Dmetrics_constants.proto2283 // OPEN: Settings -> SUPPORT TAB
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7728 field public static final java.lang.String CATEGORY_TAB = "android.intent.category.TAB";
/frameworks/base/api/
Dcurrent.txt9479 field public static final java.lang.String CATEGORY_TAB = "android.intent.category.TAB";
Dtest-current.txt9514 field public static final java.lang.String CATEGORY_TAB = "android.intent.category.TAB";
Dsystem-current.txt10022 field public static final java.lang.String CATEGORY_TAB = "android.intent.category.TAB";