/frameworks/base/core/java/android/text/ |
Layout.java | 220 TabStops tabStops = null; 248 // Reset tabStops, we'll rebuild if we encounter a line with 303 if (tabStops == null) { 304 tabStops = new TabStops(TAB_INCREMENT, spans); 306 tabStops.reset(TAB_INCREMENT, spans); 329 int max = (int)getLineExtent(i, tabStops, false); 347 tl.set(paint, buf, start, end, dir, directions, hasTabOrEmoji, tabStops); 492 TabStops tabStops = null [all...] |
StaticLayout.java | 266 TabStops tabStops = null; 299 // First tab this para, check for tabstops 303 tabStops = new TabStops(TAB_INCREMENT, spans); 307 if (tabStops != null) { 308 w = tabStops.nextTab(w); 310 w = TabStops.nextDefaultStop(w, TAB_INCREMENT); [all...] |
TextLine.java | 25 import android.text.Layout.TabStops; 55 private TabStops mTabs; 129 * @param tabStops the tabStops. Can be null. 132 Directions directions, boolean hasTabs, TabStops tabStops) { 178 mTabs = tabStops; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 406 <tabstops> 429 </tabstops>
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
actionscript.php | 129 'tabStops', 'tan', 'target', 'targetPath', 'tellTarget', 'text', 'textColor', 'TextField', 'TextFormat',
|
/bionic/libc/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/development/ndk/platforms/android-9/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/external/tcpdump/ |
telnet.h | 97 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/arpa/ |
telnet.h | 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */
|