Searched refs:next (Results 201 - 223 of 223) sorted by relevance

123456789

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DCommandParamsFactory.java225 * Search for the next COMPREHENSION-TLV object with the given tag from a
226 * list iterated by {@code iter}. {@code iter} points to the object next to
240 ComprehensionTlv ctlv = iter.next();
/frameworks/base/core/java/android/widget/
H A DGridView.java1358 final int next = mStackFromBottom ? mItemCount - 1 - mNextSelectedPosition :
1363 final int nextRow = next / mNumColumns;
1535 * Scrolls to the next or previous item, horizontally or vertically.
1642 * Is childIndex a candidate for next focus given the direction the focus
/frameworks/base/core/java/android/content/
H A DIntent.java1877 * so that it does not get run again at the next boot.
2317 * next task activity) defines an atomic group of activities that the
2436 * be cleared when the task is reset. That is, the next time the task
2452 * any activities it starts will be removed the next time the user returns
2490 * animation to go to the next activity state. This doesn't mean an
2837 // move to the next item
5237 b.append(i.next());
5523 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
/frameworks/base/core/java/android/server/
H A DBluetoothService.java1587 RemoteService service = iter.next();
1755 RemoteService service = iter.next();
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java570 InputMethodInfo info = mMethodMap.get(splitter.next());
694 // next client receiving focus that has any interest in input will
1629 String curId = splitter.next();
H A DWallpaperManagerService.java145 * The component name of the wallpaper that should be set next.
682 type = parser.next();
H A DAppWidgetService.java366 // It's less critical when the next one happens, so when we schdule the next one,
696 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
935 type = parser.next();
1201 // an update, and the next one will be updatePeriodMillis from now).
H A DWindowManagerService.java270 // lazily evaluate this next time we're asked to disable keyguard
339 * animation. It will be used for the next exit animation.
345 * They will be used for the next exit animation.
430 // made visible or hidden at the next transition.
1014 // with an animation, and it is on top of the next target
1374 // the current target or the next target are involved with it,
5660 * Wait for the last event dispatch to complete, then find the next
5674 // if none, then the next window we think the event should go
5702 // Now: is it okay to send the next event to this window?
5964 // ACTION_DOWN is special, because we need to lock next event
[all...]
/frameworks/base/tools/aapt/
H A DXMLNode.cpp88 while ((code=inXml->next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
306 while ((code=block->next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1562 private static native int sensors_module_get_next_sensor(Sensor sensor, int next); argument
/frameworks/base/core/java/android/webkit/
H A DWebViewDatabase.java1051 Entry<String, String> entry = iter.next();
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp529 it.next();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java622 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
/frameworks/base/libs/rs/
H A DrsContext.cpp740 mIO.mToClient.next();
/frameworks/base/opengl/tools/glgen/src/
H A DJniCodeEmitter.java626 cStream.println(i.next());
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java842 while (((type = parser.next()) != XmlPullParser.END_TAG ||
/frameworks/base/core/java/android/app/
H A DContextImpl.java2268 ResourceName nm = it.next();
2279 ResourceName nm = it.next();
2868 // Rename the current file so it may be used as a backup during the next read
2882 // possible. If any exception occurs, delete the new file; next time we will restore
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphics2D.java187 pi.next();
303 pi.next();
556 * o = it.next(); }
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DCommonGraphics2D.java284 pi.next();
/frameworks/base/core/java/android/content/res/
H A DResources.java1518 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
1897 // the next slot in the cache.
/frameworks/base/include/utils/
H A DResourceTypes.h67 * next is stretchable and then they continue to alternate. Note that
83 * axis. The next pair specifies the next stretchable segment, etc. So
112 // These tell where the next section of a patch starts.
637 // Note, unlike XmlPullParser, the first call to next() will return
639 event_code_t next();
/frameworks/base/opengl/libagl/
H A Degl.cpp331 this->next = iterate;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java940 if (itr.next().mVersion != sKernelWakelockUpdateVersion) {

Completed in 274 milliseconds

123456789