Searched refs:nextId (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DIdAssigner.cpp81 uint16_t nextId = 0; local
86 nextId == *nextUsedEntryIter) {
87 nextId++;
90 entry->id = nextId++;
/frameworks/minikin/libs/minikin/
H A DFontLanguageListCache.cpp123 const uint32_t nextId = inst->mLanguageLists.size(); local
129 inst->mLanguageListLookupTable.insert(std::make_pair(languages, nextId));
130 return nextId;
/frameworks/base/core/java/android/view/
H A DFocusFinder.java648 final int nextId = view.getNextFocusForwardId();
649 if (isValidId(nextId)) {
650 mIsConnectedTo.put(nextId, true);
656 final int nextId = view.getNextFocusForwardId();
657 if (isValidId(nextId) && !mIsConnectedTo.get(view.getId())) {
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp38 static volatile int32_t nextId = 0; local
40 id |= static_cast<uint32_t>(android_atomic_inc(&nextId));
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp30 static GLuint nextId = 0; local
33 buffers[i] = ++nextId;
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java1207 final int nextId = getVirtualViewIdAfter(type, value);
1208 if (nextId != INVALID_ID) {
1209 node.setTraversalBefore(RadialTimePickerView.this, nextId);
H A DRemoteViews.java3105 * @param nextId The id of the next in the accessibility traversal.
3107 public void setAccessibilityTraversalBefore(int viewId, int nextId) { argument
3108 setInt(viewId, "setAccessibilityTraversalBefore", nextId);
3115 * @param nextId The id of the next in the accessibility traversal.
3117 public void setAccessibilityTraversalAfter(int viewId, int nextId) { argument
3118 setInt(viewId, "setAccessibilityTraversalAfter", nextId);
/frameworks/base/tools/aapt2/
H A DResourceParser.cpp639 ResourceId nextId(val.data);
640 if (!result || !nextId.isValid()) {
684 childResource.id = nextId;
690 nextId.id += 1;

Completed in 1128 milliseconds