Searched defs:pop (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DStack.java51 public T pop() { method in class:Stack
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h84 pop = 3, enumerator in enum:__anon468
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncQueue.java118 SyncStorageEngine.PendingOperation pop) {
141 operation.pendingOperation = pop;
145 pop = mSyncStorageEngine.insertIntoPending(operation);
146 if (pop == null) {
150 operation.pendingOperation = pop;
117 add(SyncOperation operation, SyncStorageEngine.PendingOperation pop) argument
H A DSyncStorageEngine.java1102 PendingOperation pop;
1117 pop = new PendingOperation(authority, op.reason, op.syncSource, op.extras,
1119 mPendingOperations.add(pop);
1120 appendPendingOperationLocked(pop);
1126 return pop;
2491 PendingOperation pop = null;
2518 pop = new PendingOperation(
2520 pop.flatExtras = null; // No longer used.
2521 mPendingOperations.add(pop);
2524 + pop
2634 writePendingOperationLocked(PendingOperation pop, XmlSerializer out) argument
[all...]
/frameworks/base/core/java/android/util/
H A DJsonReader.java570 private JsonScope pop() { method in class:JsonReader
592 pop();
606 pop();
633 pop();
641 pop();
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java345 mStack.pop();
555 mStack.pop();
636 mStack.pop();
865 mStack.pop();
893 mStack.pop();
955 mStack.pop();
1018 mStack.pop();
1072 // That is after calling pop() and before calling copy()
1095 void pop() { method in class:PduComposer.BufferStack
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java395 Tile tile = mRecycledQueue.pop();
398 tile = mRecycledQueue.pop();
521 Tile tile = mRecycledQueue.pop();
575 tile = mUploadQueue.pop();
754 public Tile pop() { method in class:TiledImageRenderer.TileQueue
803 Tile tile = mDecodeQueue.pop();
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp469 GLint matrix_stack_t::pop() function in class:android::matrix_stack_t
975 GLint err = c->transforms.current->pop();
/frameworks/base/core/java/android/widget/
H A DEditor.java631 // One is the true focus lost where suggestions pop-up (if any) should be dismissed, and the
632 // other is an side effect of showing the suggestions pop-up itself. We use isShowingUp()
707 private void chooseSize(PopupWindow pop, CharSequence text, TextView tv) { argument
724 pop.setWidth(wid + (int) Math.ceil(max));
725 pop.setHeight(ht + l.getHeight());
2224 * pop-up should be displayed.
2348 * Clicks the delete pop-up.
2354 * Displays the actions associated to an {@link EasyEditSpan}. The pop-up is controlled
2422 // Place the pop-up at the end of the span
2434 // As we display the pop
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1151 milliseconds