Searched defs:push (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushClient.java30 * Simple client to push the local NDEF message to a server on the remote side of an
38 public boolean push(NdefMessage msg) { method in class:NdefPushClient
/packages/inputmethods/LatinIME/native/jni/src/
H A Dwords_priority_queue.h58 void push(int score, unsigned short* word, int wordLength) { function in class:latinime::WordsPriorityQueue
83 mSuggestions.push(sw);
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DParser.java402 push(id);
415 private void push(int id) { method in class:Parser
506 push(id);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUtils.java140 public void push(char c, int x, int y) { method in class:Utils.RingCharBuffer
443 RingCharBuffer.getInstance().push(code, x, y);
450 RingCharBuffer.getInstance().push((char)code, x, y);
/packages/apps/Calculator/
H A Darity-2.1.2.jar ... .arity.SyntaxException static final boolean isOperand (int) void push (org.javia.arity.Token) throws org. ...
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java466 mUploadQueue.push(tile);
476 if (mDecodeQueue.push(tile)) notifyAll();
493 mRecycledQueue.push(tile);
521 mRecycledQueue.push(tile);
732 public boolean push(Tile tile) { method in class:TileImageView.TileQueue
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java523 public void push(Runnable r) { method in class:Contact.ContactsCache.TaskStack
532 mTaskQueue.push(r);
590 // either run the query directly (canBlock case) or push the query
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1290 mTempRectStack.push(new Rect());
1297 mTempRectStack.push(used.pop());
1412 validRegions.push(currentRect);
1634 int[] direction, boolean push, View dragView, ItemConfiguration currentState) {
1652 // whether they are physically adjacent, ie. based on "push mechanics".
1653 while (push && addViewInDirection(dup, boundingRect, direction, mTmpOccupied, dragView,
1675 if (push) {
1707 // This method tries to find a reordering solution which satisfies the push mechanic by trying
1708 // to push items in each of the cardinal directions, in an order based on the direction vector
1754 // If the direction vector has a single non-zero component, we push firs
1633 addViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, int[] direction, boolean push, View dragView, ItemConfiguration currentState) argument
[all...]

Completed in 231 milliseconds