/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 689 // Draw a drop shadow for the text 698 // Turn off drop shadow 1385 int drop = -1; local [all...] |
/external/bluetooth/bluez/serial/ |
proxy.c | 409 goto drop; 428 goto drop; 442 drop: 487 goto drop; 493 goto drop; 507 goto drop; 512 drop:
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragController.java | 99 /** Who can receive drop events */ 341 drop(screenX, screenY); method 394 // Drop on someone? 446 drop(screenX, screenY); method 458 private boolean drop(float x, float y) { method in class:DragController 543 * Add a DropTarget to the list of potential places to receive drop events. 550 * Don't send drop events to <em>target</em> any more.
|
/external/webkit/WebCore/dom/ |
EventNames.h | 60 macro(drop) \
|
Element.h | 58 DEFINE_ATTRIBUTE_EVENT_LISTENER(drop);
|
Document.h | 226 DEFINE_ATTRIBUTE_EVENT_LISTENER(drop); [all...] |
/external/webkit/WebCore/inspector/front-end/ |
DatabaseQueryView.js | 89 accumulateMatches(["SELECT ", "FROM ", "WHERE ", "LIMIT ", "DELETE FROM ", "CREATE ", "DROP ", "TABLE ", "INDEX ", "UPDATE ", "INSERT INTO ", "VALUES ("]); 149 if (query.match(/^create /i) || query.match(/^drop table /i))
|
/external/webkit/WebCore/svg/ |
SVGElementInstance.h | 106 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), drop); member in class:WebCore::SVGElementInstance
|
/external/bluetooth/bluez/audio/ |
control.c | 701 goto drop; 707 goto drop; 714 goto drop; 722 goto drop; 726 drop:
|
avdtp.c | 1039 else if (!session->free_lock) /* Drop the local ref if we [all...] |
/packages/apps/Music/src/com/android/music/ |
TouchInterceptor.java | 286 mDropListener.drop(mFirstDragPos, mDragPos); 410 void drop(int from, int to); method in interface:TouchInterceptor.DropListener
|
TrackBrowserActivity.java | 518 public void drop(int from, int to) { [all...] |
/external/bluetooth/bluez/network/ |
server.c | 500 goto drop; 507 goto drop; 520 goto drop; 525 drop:
|
/external/kernel-headers/original/linux/ |
quota.h | 248 int (*drop) (struct inode *); member in struct:dquot_operations
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasDropListener.java | 31 * Handles drop operations on top of the canvas. 40 * The top view right under the drag'n'drop cursor. 41 * This can only be null during a drag'n'drop when there is no view under the cursor 48 * drag'n'drop that happens within the same instance of Eclipse. 50 * In the event that the drag and drop happens between different instances of Eclipse 58 * accept drag'n'drop so its parent layout became the target drag'n'drop receiver. 61 * This can be null if no view under the cursor accepted the drag'n'drop or if the node 67 * The latest drop feedback returned by IViewRule.onDropEnter/Move. 91 * The cursor has entered the drop target boundaries 211 public void drop(DropTargetEvent event) { method in class:CanvasDropListener [all...] |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 493 add sp, #16 @ drop unused operands 536 add sp, #16 @ drop unused operands [all...] |
/external/quake/quake/src/QW/server/ |
sv_send.c | 345 Larger attenuations will drop off. (max 4 attenuation) 714 if (c->drop) { 716 c->drop = false; 751 // drop the client
|
pr_cmds.c | 471 Larger attenuations will drop off. 696 cl->drop = true;
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandom.java | 372 boolean drop = false;
|
/external/webkit/WebCore/page/ |
DOMWindow.h | 270 DEFINE_ATTRIBUTE_EVENT_LISTENER(drop);
|
/external/e2fsprogs/e2fsck/ |
journal.c | 649 int reset, int drop) 653 if (drop)
|
/frameworks/base/media/libmediaplayerservice/ |
MediaPlayerService.cpp | 953 media::Metadata::Filter allow, drop; local 956 unmarshallFilter(filter, &drop, &status)) { 960 mMetadataDrop = drop; [all...] |
/external/elfutils/ |
elfutils.spec | 312 - drop x86_64 hack, ICE fixed in gcc-3.2-11.
|
/prebuilt/common/netbeans-visual/ |
org-netbeans-api-visual.jar | |
/external/sqlite/dist/ |
shell.c | 1033 /* Unless the --no-drop option was specified, generate DROP TRIGGER 1034 ** statements to drop any triggers in the database generated by a 1039 "SELECT 'DROP TRIGGER main.' || dq(triggername) || ';' FROM triggers" [all...] |