/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 388 * This method JUST determines whether we want to intercept the motion. 395 * state and he is moving his finger. We want to intercept this 466 * The only time we want to intercept motion events is if we are in the [all...] |
ScrollView.java | 386 * This method JUST determines whether we want to intercept the motion. 393 * state and he is moving his finger. We want to intercept this 463 * The only time we want to intercept motion events is if we are in the [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
localization.jd | 225 that you want to localize all the text in your application to French, and most
400 <li>For a few important phrases, you want to provide
401 British English spelling. You want these alternative strings to be used when your
459 <li>Pick the locale you want to test and determine its language and region codes, for
466 or if you have a device attached, specify that you want the emulator by adding
557 application in two very culturally different markets, you might want to design
|
/frameworks/base/docs/html/guide/topics/wireless/ |
bluetooth.jd | 413 you want your application to host a server socket that will accept incoming 460 <p>When you want to connect two devices, one must act as a server by holding an 467 discarded, unless you want to accept more connections.</p> 511 <li>Unless you want to accept additional connections, call 605 as the {@link android.bluetooth.BluetoothSocket} is acquired. You may also want [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Workspace.java | 640 return false; // We don't want the events. Let them fall through to the all apps view. 644 * This method JUST determines whether we want to intercept the motion. 651 * state and he is moving his finger. We want to intercept this 761 * The only time we want to intercept motion events is if we are in the 844 return false; // We don't want the events. Let them fall through to the all apps view. 852 return false; // We don't want the events. Let them fall through to the all apps view. [all...] |
/dalvik/vm/mterp/out/ |
InterpC-portdbg.c | 114 * branch, because we do want to have to unroll the PC if there's an 292 * want to load 16 bits at a time from the instruction stream -- it's more [all...] |
/external/dbus/dbus/ |
dbus-connection.c | 130 * If you aren't using these add-on libraries, but want to process [all...] |
/external/icu4c/i18n/ |
smpdtfmt.cpp | 681 // no matter what the locale's default number format looked like, we want [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 70 * introduces some new specific callbacks that most subclasses will want 124 * <p>There are some situations where you want to decide whether or not your 159 * application UI, so you just want to take over the screen. This is 201 * raw key events to it. An input method will also want to look at other 208 * target. For example, you will often want to clear any input state, and 703 * running in fullscreen, will generally want to be as short as possible [all...] |
/external/grub/docs/ |
grub.info | 380 partition you want, the GRUB command-line (*note Command-line 521 Record (MBR) of the first drive. If you want to put GRUB into the boot 523 partition into which you want to install GRUB: 556 If you still do want to install GRUB under a UNIX-like OS (such as 581 the root directory. If you want GRUB to use images under a directory 660 `(cd)' if you want to access other drives as well. 711 also support for Linux, FreeBSD, NetBSD and OpenBSD. If you want to 741 If you want to boot an unsupported operating system (e.g. Windows 95), [all...] |
/bionic/libc/netbsd/net/ |
getnameinfo.c | 185 * servlen == 0 means that the caller does not want the result. 248 * hostlen == 0 means that the caller does not want the result.
|
/build/core/ |
package.mk | 154 # want to install them separately for this module. 226 # they want to use this module's R.java file.
|
/build/tools/droiddoc/src/ |
MethodInfo.java | 131 // Even if we're told outright that this was the overridden method, we want to 133 // extending generic specializations, and we want to consider the derived-class
|
/dalvik/docs/ |
embedded-vm-control.html | 46 <p>If you don't want the property to evaporate when the device reboots, 229 <p>You will usually want to use:
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
ZipFile.java | 38 * Use {@code ZipOutputStream} if you want to create an archive. 325 * For performance we want to use buffered I/O when reading the
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
ThreadLocal.java | 389 // Keep track of first tombstone. That's where we want to go back 453 // Keep track of first tombstone. That's where we want to go back
|
/dalvik/libcore/luni/src/main/native/ |
org_apache_harmony_luni_platform_OSFileSystem.cpp | 139 // out of range lengths, though, we want our range checking to fire. 406 // don't want default permissions to allow global access.
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLEngine.java | 291 * @param want 295 public abstract void setWantClientAuth(boolean want);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTM.java | 232 // don't want to alter the source DOM (and may not be able to do 401 // %TBD% Should never arise, but I want to be sure of that... 511 // 3. We want to recognize and reject that case. [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2RTFDTM.java | 215 * might want to consider folding the start/endDocument changes back 239 * might want to consider folding the start/endDocument changes back
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
Encodings.java | 228 * 8859_1 to "ISO-8859-1", which is not what we want, 229 * I think, and I don't think I want to alter the tables
|
ToXMLStream.java | 220 // Not sure this is really what we want. -sb 236 // Not sure this is really what we want. -sb
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
QName.java | 262 // Do we want this? 362 // Do we want this?
|
/dalvik/vm/ |
Ddm.c | 133 * newly-allocated buffer that the caller can free. We don't want to 431 * Grab the values we want.
|
/dalvik/vm/jdwp/ |
JdwpMain.c | 372 * What we really want is a "wait until the debugger is done configuring 381 * is no longer appropriate -- we don't want to return when DDMS connects.
|