Searched refs:next (Results 151 - 175 of 301) sorted by path

1234567891011>>

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java30 * Setting the level value of the object with {@link #setLevel(int)} will load the image with the next
97 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
129 while ((type = parser.next()) == XmlPullParser.TEXT) {
H A DMipmapDrawable.java140 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
163 while ((type = parser.next()) == XmlPullParser.TEXT) {
H A DRotateDrawable.java249 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT &&
H A DScaleDrawable.java105 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
H A DShapeDrawable.java338 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
H A DStateListDrawable.java141 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
175 while ((type = parser.next()) == XmlPullParser.TEXT) {
/frameworks/base/include/androidfw/
H A DInputTransport.h421 const InputMessage *next);
H A DKeyCharacterMap.h143 /* The next behavior in the list, or NULL if none. */
144 Behavior* next; member in struct:android::KeyCharacterMap::Behavior
H A DResourceTypes.h69 * next is stretchable and then they continue to alternate. Note that
85 * axis. The next pair specifies the next stretchable segment, etc. So
114 // These tell where the next section of a patch starts.
647 // Note, unlike XmlPullParser, the first call to next() will return
649 event_code_t next();
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStore.java113 caList[i++] = it.next();
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java825 assertEquals("CA chain certificate should equal what we put in", it.next(),
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp387 size_t next = ((size_t)cookie)+1; local
388 return next > mAssetPaths.size() ? NULL : (void*)next;
H A DInputTransport.cpp396 // Fetch the next input message.
407 // Consume the next batched event unless batches are being held for later.
522 const InputMessage* next; local
525 next = NULL;
527 next = &batch.samples.itemAt(0);
530 resampleTouchState(sampleTime, static_cast<MotionEvent*>(*outEvent), next);
667 const InputMessage* next) {
707 if (next) {
710 future.initializeFrom(next);
666 resampleTouchState(nsecs_t sampleTime, MotionEvent* event, const InputMessage* next) argument
H A DKeyCharacterMap.cpp274 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
380 behavior = behavior->next;
428 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
594 lastBehavior->next = behavior;
620 behavior = behavior->next) {
646 Behavior* next = behavior->next; local
648 behavior = next;
656 next(NULL), metaState(0), character(0), fallbackKeyCode(0) {
660 next(othe
[all...]
H A DResourceTypes.cpp533 * add it together with the next character.
555 * add it together with the next character.
794 ResXMLParser::event_code_t ResXMLParser::next() function in class:android::ResXMLParser
1110 const ResXMLTree_node* next = (const ResXMLTree_node*) local
1112 //ALOGW("Next node: prev=%p, next=%p\n", mCurNode, next);
1114 if (((const uint8_t*)next) >= mTree.mDataEnd) {
1119 if (mTree.validateNode(next) != NO_ERROR) {
1124 mCurNode = next;
1125 const uint16_t headerSize = dtohs(next
[all...]
/frameworks/base/libs/hwui/
H A DPathRenderer.cpp129 const Vertex* next = &(perimeter[i + 1 >= perimeter.size() ? 0 : i + 1]); local
130 vec2 nextNormal(next->position[1] - current->position[1],
131 current->position[0] - next->position[0]);
146 current = next;
163 const Vertex* next = &(vertices[i + 1]); local
164 vec2 nextNormal(next->position[1] - current->position[1],
165 current->position[0] - next->position[0]);
184 current = next;
217 const Vertex* next = &(perimeter[i + 1 >= perimeter.size() ? 0 : i + 1]); local
218 vec2 nextNormal(next
330 const Vertex* next = &(vertices[i + 1]); local
446 const Vertex* next = &(perimeter[i + 1 >= perimeter.size() ? 0 : i + 1]); local
[all...]
/frameworks/base/libs/hwui/font/
H A DFontUtil.h58 #define AUTO_KERN(prev, next) (((next) - (prev) + 32) >> 6 << 16)
/frameworks/base/location/java/android/location/
H A DGpsStatus.java52 public GpsSatellite next() { method in class:GpsStatus.SatelliteIterator
/frameworks/base/media/java/android/media/
H A DAudioService.java1314 Map.Entry entry = (Map.Entry)i.next();
1487 SetModeDeathHandler h = (SetModeDeathHandler)iter.next();
2758 Map.Entry entry = (Map.Entry)i.next();
2873 Map.Entry entry = (Map.Entry)i.next();
2890 Map.Entry entry = (Map.Entry)i.next();
2896 Map.Entry entry = (Map.Entry)i.next();
2948 Map.Entry entry = (Map.Entry)i.next();
2988 Map.Entry entry = (Map.Entry)i.next();
3055 Map.Entry entry = (Map.Entry)i.next();
3063 Map.Entry entry = (Map.Entry)i.next();
[all...]
H A DMediaPlayer.java1270 * the next as seamlessly as possible. The next player can be set at
1271 * any time before completion. The next player must be prepared by the
1273 * The next MediaPlayer must be different from 'this'. An exception
1274 * will be thrown if next == this.
1276 * next player should be started at the end of playback.
1277 * If the current player is looping, it will keep looping and the next
1280 * @param next the player to start after this one completes playback.
1283 public native void setNextMediaPlayer(MediaPlayer next); argument
2135 * has already been played indicates that the next 3
[all...]
H A DMediaScanner.java1500 // path works next time?
1811 FileEntry entry = iterator.next();
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1832 /* avoid 0 in next intermediate call */
2804 final MediaItem t = it.next();
2809 final Effect e = ef.next();
H A DVideoEditorImpl.java1098 eventType = parser.next();
1624 final MediaItem t = it.next();
1755 Transition t = it.next();
1778 Transition t = it.next();
1785 * Invalidate the reference in the next media item
/frameworks/base/media/libdrm/mobile1/include/objmng/
H A Ddrm_inner.h83 struct _T_DRM_Session_Node* next; member in struct:_T_DRM_Session_Node
H A Dsvc_drm.h165 struct _T_DRM_Rights_Info_Node *next; member in struct:_T_DRM_Rights_Info_Node

Completed in 176 milliseconds

1234567891011>>