Searched defs:pop (Results 1 - 11 of 11) 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:__anon492
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DIconCache.java138 private QueryEntry pop() { method in class:IconCache.QuerySet
257 QueryEntry newEntry = querySet.pop();
367 queryEntry = querySet.pop();
/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.java654 // One is the true focus lost where suggestions pop-up (if any) should be dismissed, and the
655 // other is an side effect of showing the suggestions pop-up itself. We use isShowingUp()
730 private void chooseSize(PopupWindow pop, CharSequence text, TextView tv) { argument
747 pop.setWidth(wid + (int) Math.ceil(max));
748 pop.setHeight(ht + l.getHeight());
2676 * pop-up should be displayed.
2800 * Clicks the delete pop-up.
2806 * Displays the actions associated to an {@link EasyEditSpan}. The pop-up is controlled
2874 // Place the pop-up at the end of the span
2886 // As we display the pop
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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 3060 milliseconds