Searched defs:next (Results 1 - 25 of 106) sorted by last modified time

12345

/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/support/v7/recyclerview/src/android/support/v7/widget/
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...]
H A DLayoutState.java46 * Current position on the adapter to get the next item.
77 * Gets the view for the next element that we should render.
78 * Also updates current item index to the next item, based on {@link #mItemDirection}
80 * @return The next element that we should render.
82 View next(RecyclerView.Recycler recycler) { method in class:LayoutState
H A DLinearLayoutManager.java53 * While trying to find next view to focus, LayoutManager will not try to scroll more
579 * @param anchorInfo Simple data structure to keep anchor point information for the next layout
893 * <p>Note that scroll position change will not be reflected until the next layout call.</p>
917 * Note that scroll position change will not be reflected until the next layout call.
1311 View view = layoutState.next(recycler);
1629 final int next = toIndex > fromIndex ? 1 : -1;
1631 for (int i = fromIndex; i != toIndex; i+=next) {
1799 * Current position on the adapter to get the next item.
1850 * Gets the view for the next element that we should layout.
1851 * Also updates current item index to the next ite
1855 View next(RecyclerView.Recycler recycler) { method in class:LinearLayoutManager.LayoutState
[all...]
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);
/frameworks/rs/driver/runtime/
H A Drs_sample.c128 int32_t next, float w0, float w1) {
130 float p1 = getElementAt1(p, next);
138 int32_t next, float w0, float w1) {
140 float p1 = getElementAt1(p, next);
148 int32_t next, float w0, float w1) {
150 float2 p1 = getElementAt2(p, next);
158 int32_t next, float w0, float w1) {
160 float3 p1 = getElementAt3(p, next);
168 int32_t next, float w0, float w1) {
170 float3 p1 = getElementAt565(p, next);
127 getSample_A(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
137 getSample_L(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
147 getSample_LA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
157 getSample_RGB(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
167 getSample_565(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
177 getSample_RGBA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
268 getBilinearSample1D(const Allocation_t *alloc, float2 weights, uint32_t iPixel, uint32_t next, rs_data_kind dk, rs_data_type dt, uint32_t lod) argument
446 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW); local
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java56 op = op.next;
82 op = op.next;
207 Op next; field in class:BackStackRecord.Op
349 op = op.next;
390 mTail.next = op;
610 op = op.next;
736 op = op.next;
819 op = op.next;
868 op = op.next;
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java520 * Override to handle requests to skip to the next media item.
1597 public void next() throws RemoteException { method in class:MediaSessionCompat.MediaSessionImplBase.MediaSessionStub
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java52 public T next() { method in class:MapCollections.ArrayIterator
87 public Map.Entry<K, V> next() { method in class:MapCollections.MapIterator
200 if (!contains(it.next())) {
379 if (!contains(it.next())) {
457 if (!map.containsKey(it.next())) {
468 map.remove(it.next());
477 if (!collection.contains(it.next())) {
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java1034 public LengthRecordNode next = null; field in class:PduComposer.LengthRecordNode
1083 temp.next = stack;
1105 stack = stack.next;
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java61 public Entity next() { method in class:ExportTestProvider.MockEntityIterator
62 return mIterator.next();
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp565 AudioStream *next = mChain->mNext; local
567 mChain = next;
/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/opt/bluetooth/src/android/bluetooth/client/pbap/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/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/native/libs/binder/
H A DMemoryDealer.cpp64 newNode->next = node->next;
65 if (node->next == 0) mLast = newNode;
66 else node->next->prev = newNode;
67 node->next = newNode;
72 newNode->next = node;
74 else node->prev->next = newNode;
81 newNode->prev = newNode->next = 0;
84 newNode->next = mFirst;
95 newNode->next
148 mutable chunk_t* next; member in struct:android::SimpleBestFitAllocator::chunk_t
[all...]
/frameworks/native/libs/input/
H A DInputTransport.cpp403 // Fetch the next input message.
414 // Consume the next batched event unless batches are being held for later.
532 const InputMessage* next; local
535 next = NULL;
537 next = &batch.samples.itemAt(0);
540 resampleTouchState(sampleTime, static_cast<MotionEvent*>(*outEvent), next);
677 const InputMessage* next) {
717 if (next) {
720 future.initializeFrom(next);
676 resampleTouchState(nsecs_t sampleTime, MotionEvent* event, const InputMessage* next) argument
H A DKeyCharacterMap.cpp276 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
382 behavior = behavior->next;
430 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
596 lastBehavior->next = behavior;
622 behavior = behavior->next) {
648 Behavior* next = behavior->next; local
650 behavior = next;
658 next(NULL), metaState(0), character(0), fallbackKeyCode(0) {
662 next(othe
[all...]
/frameworks/native/services/inputflinger/
H A DEventHub.h206 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
249 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
325 Device* next; member in struct:android::EventHub::Device
446 // The array of pending epoll events and the index of the next event to be handled.
H A DInputDispatcher.h400 T* next; member in struct:android::InputDispatcher::Link
404 inline Link() : next(NULL), prev(NULL) { }
620 tail->next = entry;
624 entry->next = NULL;
629 entry->next = head;
641 entry->prev->next = entry->next;
643 head = entry->next;
645 if (entry->next) {
646 entry->next
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
H A DListDigraph.h43 Node *prev, *next; member in struct:mcld::graph::ListDigraph::Node
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h145 Category* next; member in class:mcld::SymbolCategory::Category
153 next(NULL) {
166 { return (NULL == next); }
/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;

Completed in 3111 milliseconds

12345