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

/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/tests/
H A Dnullgles.cpp28 static GLuint nextId = 0; local
31 buffers[i] = ++nextId;
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java1222 final int nextId = getVirtualViewIdAfter(type, value);
1223 if (nextId != INVALID_ID) {
1224 node.setTraversalBefore(RadialTimePickerView.this, nextId);
H A DRemoteViews.java2677 * @param nextId The id of the next in the accessibility traversal.
2679 public void setAccessibilityTraversalBefore(int viewId, int nextId) { argument
2680 setInt(viewId, "setAccessibilityTraversalBefore", nextId);
2687 * @param nextId The id of the next in the accessibility traversal.
2689 public void setAccessibilityTraversalAfter(int viewId, int nextId) { argument
2690 setInt(viewId, "setAccessibilityTraversalAfter", nextId);

Completed in 74 milliseconds