Searched refs:next (Results 26 - 50 of 665) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DChoreographer.java40 * the next display frame.
49 * <li>To post a {@link Runnable} to be invoked once at the beginning of the next display
51 * <li>To post a {@link Runnable} to be invoked once at the beginning of the next display
54 * next display frame, use {@link View#postInvalidateOnAnimation()} or
88 // wait before posting the next animation message. It is important that the
326 * on the next frame, but this is much better than waiting a whole 16ms and likely
357 * Posts a callback to run on the next frame.
363 * @param action The callback action to run during the next frame.
374 * Posts a callback to run on the next frame after the specified delay.
380 * @param action The callback action to run during the next fram
902 public CallbackRecord next; field in class:Choreographer.CallbackRecord
[all...]
/frameworks/av/include/drm/
H A DDrmMetadata.h47 const String8& next();
69 String8 next();
82 String8 key = keyIt.next();
H A DDrmConstraints.h83 const String8& next();
106 String8 next();
119 String8 key = keyIt.next();
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp89 Page* next() { return mNextPage; } function in class:android::uirenderer::LinearAllocator::Page
90 void setNext(Page* next) { mNextPage = next; } argument
125 mDtorList = node->next;
130 Page* next = p->next(); local
134 p = next;
198 node->next = mDtorList;
208 previous->next = node->next;
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java177 EventStreamTransformation next = attachMockNext(mMotionEventInjector);
179 verifyNoMoreInteractions(next);
182 verify(next).onMotionEvent(mCaptor1.capture(), mCaptor2.capture(), eq(FLAG_PASS_TO_USER));
183 verify(next).onMotionEvent(argThat(mIsLineStart), argThat(mIsLineStart),
185 verifyNoMoreInteractions(next);
186 reset(next);
191 verify(next).onMotionEvent(argThat(allOf(mIsLineMiddle, hasRightDownTime)),
193 verifyNoMoreInteractions(next);
194 reset(next);
199 verify(next)
[all...]
/frameworks/av/services/audioflinger/
H A DStateQueue.cpp62 const T *next = (const T *) atomic_load_explicit(&mNext, memory_order_acquire); local
64 if (next != mCurrent) {
65 mAck = next; // no additional barrier needed
66 mCurrent = next;
71 return next;
H A DFastThread.cpp109 // default to long sleep for next cycle
113 const FastThreadState *next = poll();
114 if (next == NULL) {
118 next = mCurrent;
121 mCommand = next->mCommand;
122 if (next != mCurrent) {
125 mDumpState = next->mDumpState != NULL ? next->mDumpState : mDummyDumpState;
126 mNBLogWriter = next->mNBLogWriter != NULL ? next
[all...]
/frameworks/base/core/tests/coretests/src/android/metrics/
H A DMetricsReaderTest.java76 LogMaker log = mReader.next();
84 mReader.next();
89 LogMaker log = mReader.next();
96 LogMaker log = mReader.next();
112 LogMaker log = mReader.next();
/frameworks/base/libs/hwui/
H A DPatchCache.cpp75 while (i.next()) {
82 BufferBlock* next = block->next; local
84 block = next;
91 while (i.next()) {
139 block->next = mFreeBlocks;
188 block = block->next;
210 previous->next = block->next;
212 mFreeBlocks = block->next;
[all...]
/frameworks/base/tools/aapt2/flatten/
H A DXmlFlattener_test.cpp89 ASSERT_THAT(tree.next(), Eq(android::ResXMLTree::START_NAMESPACE));
95 ASSERT_THAT(tree.next(), Eq(android::ResXMLTree::START_TAG));
106 ASSERT_THAT(tree.next(), Eq(android::ResXMLTree::START_TAG));
114 ASSERT_THAT(tree.next(), Eq(android::ResXMLTree::END_TAG));
115 ASSERT_THAT(tree.next(), Eq(android::ResXMLTree::START_TAG));
121 ASSERT_THAT(tree.next(), Eq(android::ResXMLTree::TEXT));
124 ASSERT_THAT(tree.next(), Eq(android::ResXMLTree::END_TAG));
128 ASSERT_THAT(tree.next(), Eq(android::ResXMLTree::END_TAG));
132 ASSERT_THAT(tree.next(), Eq(android::ResXMLTree::END_NAMESPACE));
136 ASSERT_THAT(tree.next(), E
[all...]
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp54 RenderTask* TaskQueue::next() { function in class:android::uirenderer::renderthread::TaskQueue
82 RenderTask* next = mHead; local
83 while (next && next->mRunAt <= task->mRunAt) {
84 previous = next;
85 next = next->mNext;
92 if (next) {
93 task->mNext = next;
120 // If task is the head we can just call next() t
468 RenderTask* next = mQueue.peek(); local
[all...]
/frameworks/compile/mclinker/unittests/
H A DGraphTest.cpp46 ASSERT_TRUE(NULL == u1->next);
51 ASSERT_TRUE(u1 == u2->next);
55 ASSERT_TRUE(u2 == u3->next);
67 ASSERT_TRUE(NULL == u1->next);
71 ASSERT_TRUE(u1 == u3->next);
77 ASSERT_TRUE(NULL == u2->next);
93 ASSERT_TRUE(NULL == u1->next);
98 ASSERT_TRUE(u1 == u2->next);
102 ASSERT_TRUE(u2 == u3->next);
114 ASSERT_TRUE(NULL == u1->next);
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c218 gCurEffect = gCurEffect->next;
222 gCurLib = gCurLib->next;
316 e->next = gEffectList;
346 e2->next = e1->next;
348 gEffectList = e1->next;
355 e1 = e1->next;
417 subefx = subefx->next;
422 e = e->next;
489 subefx = subefx->next;
[all...]
/frameworks/base/core/tests/coretests/src/android/util/
H A DRecurrenceRuleTest.java64 ZonedDateTime.parse("2015-12-14T00:00:00.00Z")), it.next());
68 ZonedDateTime.parse("2015-11-14T00:00:00.00Z")), it.next());
84 ZonedDateTime.parse("2010-11-20T00:11:00.00Z")), it.next());
88 ZonedDateTime.parse("2010-11-17T00:11:00.00Z")), it.next());
105 ZonedDateTime.parse("2010-11-20T00:11:00.000Z")), it.next());
129 final Pair<ZonedDateTime, ZonedDateTime> cycle = it.next();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DHighResThumbnailLoader.java199 Task next = null;
210 next = mLoadQueue.poll();
211 if (next != null) {
212 mLoadingTasks.add(next);
216 if (next != null) {
217 loadTask(next);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DKeyboardInterceptor.java100 public void setNext(EventStreamTransformation next) { argument
101 mNext = next;
137 holder.next = mEventQueueStart;
165 mEventQueueEnd.next = null;
190 public KeyEventHolder next; field in class:KeyboardInterceptor.KeyEventHolder
209 next = null;
/frameworks/base/core/java/com/android/internal/os/
H A DKernelMemoryBandwidthStats.java70 splitter.next();
76 + Long.parseLong(splitter.next()) / 1000000);
78 mBandwidthEntries.put(bandwidth, Long.parseLong(splitter.next()) / 1000000);
/frameworks/base/services/core/java/com/android/server/am/
H A DLaunchWarningWindow.java30 public LaunchWarningWindow(Context context, ActivityRecord cur, ActivityRecord next) { argument
46 icon.setImageDrawable(next.info.applicationInfo.loadIcon(context.getPackageManager()));
49 next.info.applicationInfo.loadLabel(context.getPackageManager()).toString()));
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DBmsgTokenizer.java73 public Property next(boolean alwaysReturn) throws ParseException { method in class:BmsgTokenizer
97 public Property next() throws ParseException { method in class:BmsgTokenizer
98 return next(false);
/frameworks/base/core/java/android/content/
H A DCursorEntityIterator.java56 * @see EntityIterator#next()
67 * Returns the next object in the iteration, i.e. returns the element in
70 * @return the next object.
75 public Entity next() { method in class:CursorEntityIterator
77 throw new IllegalStateException("calling next() when the iterator is closed");
80 throw new IllegalStateException("you may only call next() if hasNext() is true");
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DLinkedHashMap_Delegate.java34 return iterator.hasNext() ? iterator.next() : null;
/frameworks/minikin/include/minikin/
H A DWordBreaker.h41 // Advance iterator to next word break. Return offset, or -1 if EOT
42 ssize_t next();
44 // Current offset of iterator, equal to 0 at BOT or last return from next()
47 // After calling next(), wordStart() and wordEnd() are offsets defining the previous
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DTestConferenceEventPackageParser.java138 parser.next();
141 parser.next();
144 parser.next();
147 parser.next();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLayoutState.java50 * Current position on the adapter to get the next item.
94 * Gets the view for the next element that we should render.
95 * Also updates current item index to the next item, based on {@link #mItemDirection}
97 * @return The next element that we should render.
99 View next(RecyclerView.Recycler recycler) { method in class:LayoutState
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageParser.java123 prop = mParser.next();
174 prop = mParser.next();
224 prop = mParser.next();
253 return mParser.next();
276 prop = mParser.next();
330 prop = mParser.next(true);
364 prop = mParser.next();
377 prop = mParser.next();
383 return mParser.next();
392 prop = mParser.next();
[all...]

Completed in 2721 milliseconds

1234567891011>>