Searched refs:next (Results 76 - 100 of 665) sorted by relevance

1234567891011>>

/frameworks/av/drm/common/
H A DDrmInfo.cpp78 const String8& DrmInfo::KeyIterator::next() { function in class:DrmInfo::KeyIterator
106 String8& DrmInfo::Iterator::next() { function in class:DrmInfo::Iterator
H A DDrmInfoRequest.cpp72 const String8& DrmInfoRequest::KeyIterator::next() { function in class:DrmInfoRequest::KeyIterator
101 String8& DrmInfoRequest::Iterator::next() { function in class:DrmInfoRequest::Iterator
/frameworks/base/core/java/android/widget/
H A DDigitalClock.java79 * requests a tick on the next hard-second boundary
88 long next = now + (1000 - now % 1000);
89 mHandler.postAtTime(mTicker, next);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifReader.java50 int event = parser.next();
88 event = parser.next();
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationRequestStatisticsTest.java36 PackageProviderKey key = mStatistics.statistics.keySet().iterator().next();
39 PackageStatistics stats = mStatistics.statistics.values().iterator().next();
55 PackageProviderKey key = mStatistics.statistics.keySet().iterator().next();
58 PackageStatistics stats = mStatistics.statistics.values().iterator().next();
76 PackageProviderKey key = mStatistics.statistics.keySet().iterator().next();
79 PackageStatistics stats = mStatistics.statistics.values().iterator().next();
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DTransport.java330 int next = length;
334 remaining = position - next;
339 contentSize = buffer.getInt(next + 4);
348 next += length;
356 buffer.limit(next);
368 System.arraycopy(oldBuffer.array(), next, buffer.array(), 0, remaining);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtilsMatchers.java308 float next = item.get(i + 1);
310 if (curr > next) {
312 ":" + curr + " and #" + (i + 1) + ":" + next;
342 float next = item.get(i + 1);
344 if (curr < next) {
346 ":" + curr + " and #" + (i + 1) + ":" + next;
/frameworks/base/core/java/android/view/
H A DFocusFinder.java35 * The algorithm used for finding the next focusable view in a given direction
72 * Find the next view to take focus in root's descendants, starting from the view
77 * @return The next focusable view, or null if none exists.
84 * Find the next view to take focus in root's descendants, searching from
89 * @return The next focusable view, or null if none exists.
97 View next = null;
100 next = findNextUserSpecifiedFocus(effectiveRoot, focused, direction);
102 if (next != null) {
103 return next;
110 next
[all...]
H A DKeyCharacterMap.java661 * to next character key that is pressed and will then reset itself to the initial state.
749 private FallbackAction next; field in class:KeyCharacterMap.FallbackAction
764 sRecycleBin = target.next;
766 target.next = null;
775 next = sRecycleBin;
779 next = null;
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp329 ZipEntryRO next() { function in class:android::NativeLibrariesIterator
330 ZipEntryRO next = NULL; local
331 while ((next = mZipFile->nextEntry(mCookie)) != NULL) {
333 if (mZipFile->getEntryFileName(next, fileName, sizeof(fileName))) {
369 return next;
413 while ((entry = it->next()) != NULL) {
458 while ((entry = it->next()) != NULL) {
534 ZipEntryRO next = NULL; local
535 while ((next = zipFile->nextEntry(cookie)) != NULL) {
536 if (zipFile->getEntryFileName(next, fileNam
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java619 for (int next = middle - 1; next >= left; next--) {
620 T nextItem = mData[next];
626 return next;
629 for (int next = middle + 1; next < right; next++) {
630 T nextItem = mData[next];
636 return next;
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java675 assertEquals("a", names.iterator().next());
683 assertEquals("a", iter.next());
684 assertEquals("", iter.next());
685 assertEquals("c", iter.next());
693 assertEquals("a", iter.next());
694 assertEquals("", iter.next());
695 assertEquals("c", iter.next());
703 assertEquals("a", iter.next());
704 assertEquals("b", iter.next());
705 assertEquals("c", iter.next());
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotPersister.java226 WriteQueueItem next;
229 next = null;
231 next = mWriteQueue.poll();
232 if (next != null) {
233 next.onDequeuedLocked();
237 if (next != null) {
238 next.write();
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java282 return next();
291 public int next() throws XmlPullParserException, IOException { method in class:BridgeXmlBlockParser
302 int ev = mParser.next();
365 + ": parser must be on START_TAG to read next text", this,
368 int eventType = next();
371 eventType = next();
390 int eventType = next();
392 eventType = next();
/frameworks/native/include/private/ui/
H A DRegionHelper.h81 int inside = spanner.next(current.top, current.bottom);
85 int inner_inside = spannerInner.next(current.left, current.right);
119 inline int next(TYPE& head, TYPE& tail, function in class:android::region_operator::SpannerBase
185 inline int next(TYPE& top, TYPE& bottom) function in class:android::region_operator::Spanner
189 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs);
202 // got to next span
266 inline int next(TYPE& left, TYPE& right) function in class:android::region_operator::SpannerInner
270 int inside = SpannerBase::next(left, right, more_lhs, more_rhs);
/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
444 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW); local
[all...]
/frameworks/base/media/java/android/media/
H A DMediaMetadata.java542 CharSequence next = getText(PREFERRED_DESCRIPTION_ORDER[keyIndex++]);
543 if (!TextUtils.isEmpty(next)) {
544 // Fill in the next empty bit of text
545 text[textIndex++] = next;
552 Bitmap next = getBitmap(PREFERRED_BITMAP_ORDER[i]);
553 if (next != null) {
554 icon = next;
561 String next = getString(PREFERRED_URI_ORDER[i]);
562 if (!TextUtils.isEmpty(next)) {
563 iconUri = Uri.parse(next);
[all...]
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaMetadataCompat.java494 CharSequence next = getText(PREFERRED_DESCRIPTION_ORDER[keyIndex++]);
495 if (!TextUtils.isEmpty(next)) {
496 // Fill in the next empty bit of text
497 text[textIndex++] = next;
504 Bitmap next = getBitmap(PREFERRED_BITMAP_ORDER[i]);
505 if (next != null) {
506 icon = next;
513 String next = getString(PREFERRED_URI_ORDER[i]);
514 if (!TextUtils.isEmpty(next)) {
515 iconUri = Uri.parse(next);
[all...]
/frameworks/base/core/java/android/content/res/
H A DFontResourcesParser.java118 while ((type=parser.next()) != XmlPullParser.START_TAG
153 while (parser.next() != XmlPullParser.END_TAG) {
179 while (parser.next() != XmlPullParser.END_TAG) {
208 while (parser.next() != XmlPullParser.END_TAG) {
220 switch (parser.next()) {
/frameworks/base/core/java/com/android/internal/widget/
H A DOpReorderer.java45 private void swapMoveOp(List<UpdateOp> list, int badMove, int next) { argument
47 final UpdateOp nextOp = list.get(next);
50 swapMoveRemove(list, badMove, moveOp, next, nextOp);
53 swapMoveAdd(list, badMove, moveOp, next, nextOp);
56 swapMoveUpdate(list, badMove, moveOp, next, nextOp);
/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DFullBackupTest.java73 fileDomainIncludes.iterator().next());
89 excludesSet.iterator().next());
106 fileDomainIncludes.iterator().next());
111 excludesSet.iterator().next());
135 fileDomainIncludes.iterator().next());
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp44 DirtyStack* next; member in struct:android::uirenderer::DirtyStack
80 if (!mHead->next) {
82 nextFrame->next = nullptr;
84 mHead->next = nextFrame;
86 mHead = mHead->next;
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMANode.java144 int next = in.read();
145 if (next == '(') {
147 next = in.read();
150 if (next == '=') {
153 } else if (next == '+') {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOpReorderer.java45 private void swapMoveOp(List<UpdateOp> list, int badMove, int next) { argument
47 final UpdateOp nextOp = list.get(next);
50 swapMoveRemove(list, badMove, moveOp, next, nextOp);
53 swapMoveAdd(list, badMove, moveOp, next, nextOp);
56 swapMoveUpdate(list, badMove, moveOp, next, nextOp);
/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java55 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
299 Map.Entry e = (Map.Entry)i.next();
839 eventType = parser.next();
868 eventType = parser.next();
926 eventType = parser.next();
991 eventType = parser.next();
1058 eventType = parser.next();
1093 parser.next();
1127 eventType = parser.next();
1160 parser.next();
[all...]

Completed in 2545 milliseconds

1234567891011>>