Searched defs:next (Results 26 - 50 of 106) sorted by relevance

12345

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOpReorderer.java44 private void swapMoveOp(List<UpdateOp> list, int badMove, int next) { argument
46 final UpdateOp nextOp = list.get(next);
49 swapMoveRemove(list, badMove, moveOp, next, nextOp);
52 swapMoveAdd(list, badMove, moveOp, next, nextOp);
55 swapMoveUpdate(list, badMove, moveOp, next, nextOp);
H A DChildHelper.java357 Bucket next; field in class:ChildHelper.Bucket
362 next.set(index - BITS_PER_WORD);
369 if (next == null) {
370 next = new Bucket();
376 if (next != null) {
377 next.clear(index - BITS_PER_WORD);
388 return next.get(index - BITS_PER_WORD);
396 if (next != null) {
397 next.reset();
404 next
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.h28 struct tagdataPointArray *next; member in struct:tagdataPointArray
/frameworks/av/media/libstagefright/include/
H A DMPEG4Extractor.h76 Track *next; member in struct:android::MPEG4Extractor::Track
117 SINF *next; member in struct:android::MPEG4Extractor::SINF
/frameworks/base/core/java/android/os/
H A DMessage.java108 /*package*/ Message next; field in class:Message
126 sPool = m.next;
127 m.next = null;
308 next = sPool;
439 * are suspended by means of a synchronization barrier until the next frame is
H A DMessageQueue.java44 // Indicates whether next() is blocked waiting in pollOnce() with a non-zero timeout.
47 // The next barrier token.
127 Message next() { method in class:MessageQueue
146 // Try to retrieve the next message. Return if found.
151 // Stalled by a barrier. Find the next asynchronous message in the queue.
154 msg = msg.next;
165 prevMsg.next = msg.next;
167 mMessages = msg.next;
169 msg.next
[all...]
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java75 * the find next or find previous button to find all of the matches.
112 * Move the highlight to the next match.
113 * @param next If true, find the next match further down in the document.
116 private void findNext(boolean next) { argument
126 // There are no matches, so moving to the next match will not do
130 mWebView.findNext(next);
/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java235 * the next bitmap.
257 Cell next; field in class:Atlas.SlicePolicy.Cell
275 mRoot.next = first;
281 Cell cell = mRoot.next;
290 cell = cell.next;
419 prev.next = first;
424 prev.next = second;
425 second.next = cell.next;
427 prev.next
[all...]
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp44 DirtyStack* next; member in struct:android::uirenderer::DirtyStack
80 if (!mHead->next) {
82 nextFrame->next = 0;
84 mHead->next = nextFrame;
86 mHead = mHead->next;
H A DPatchCache.cpp96 while (i.next()) {
103 BufferBlock* next = block->next; local
105 block = next;
112 while (i.next()) {
160 block->next = mFreeBlocks;
207 block = block->next;
227 previous->next = block->next;
229 mFreeBlocks = block->next;
[all...]
H A DPatchCache.h148 BufferBlock(uint32_t offset, uint32_t size): offset(offset), size(size), next(NULL) {
154 BufferBlock* next; member in struct:android::uirenderer::PatchCache::BufferBlock
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp47 RenderTask* TaskQueue::next() { function in class:android::uirenderer::renderthread::TaskQueue
75 RenderTask* next = mHead; local
76 while (next && next->mRunAt <= task->mRunAt) {
77 previous = next;
78 next = next->mNext;
85 if (next) {
86 task->mNext = next;
112 // If task is the head we can just call next() t
344 RenderTask* next = mQueue.peek(); local
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPukView.java83 public void next() { method in class:KeyguardSimPukView.StateMachine
354 mStateMachine.next();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java66 int next; field in class:Ticker.Segment
96 this.next = this.current + end;
107 int index = this.next;
124 this.next = len;
126 this.next = index + l.getLineStart(i+1);
148 this.next = index;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java248 holder.next = mEventQueue;
255 while (current.next != null) {
256 current = current.next;
264 // Finished with this choreographer frame. Do the rest on the next one.
265 current.next = null;
280 // next batch is processed the event handle had been set to null.
383 public MotionEventHolder next; field in class:AccessibilityInputFilter.MotionEventHolder
400 next = null;
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h31 : next(0), bound(0)
46 Chunk* next; member in class:mcld::Chunk
59 : next(0), bound(0) {
85 Chunk* next; member in class:mcld::Chunk
235 cur = cur->next;
260 m_pCurrent->next = result;
/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp45 size_t next; local
46 for (i++; i < size; i = next + 1) {
47 for (next = i; next < size; next++) {
48 uint16_t c = buf[next];
51 if (next - i == 4 && buf[i] == 'H' && buf[i+1] == 'a' && buf[i+2] == 'n') {
/frameworks/native/cmds/servicemanager/
H A Dservice_manager.c130 struct svcinfo *next; member in struct:svcinfo
144 for (si = svclist; si; si = si->next) {
237 si->next = svclist;
326 si = si->next;
/frameworks/native/include/input/
H A DKeyCharacterMap.h143 /* The next behavior in the list, or NULL if none. */
144 Behavior* next; member in struct:android::KeyCharacterMap::Behavior
/frameworks/native/include/private/ui/
H A DRegionHelper.h78 int inside = spanner.next(current.top, current.bottom);
82 int inside = spannerInner.next(current.left, current.right);
116 inline int next(TYPE& head, TYPE& tail, function in class:android::region_operator::SpannerBase
182 inline int next(TYPE& top, TYPE& bottom) function in class:android::region_operator::Spanner
186 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs);
199 // got to next span
263 inline int next(TYPE& left, TYPE& right) function in class:android::region_operator::SpannerInner
267 int inside = SpannerBase::next(left, right, more_lhs, more_rhs);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java237 static protected int next(int x, int val, boolean isRtl) { method in class:AbsActionBarView
/frameworks/av/include/media/
H A DMediaPlayerInterface.h178 virtual status_t setNextPlayer(const sp<MediaPlayerBase>& next) { argument
/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp123 // Writer IFD footer (4 bytes, offset to next IFD).
139 size_t next = out->getCurrentOffset(); local
140 size_t diff = (next - last);
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp418 void ID3::Iterator::next() { function in class:android::ID3::Iterator
800 it.next();
827 it.next();
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java41 private static native int nativeGetNextSensor(Sensor sensor, int next); argument

Completed in 794 milliseconds

12345