OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sNextId
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/util/
ExpandableListScenario.java
354
private static long
sNextId
= 1000;
357
long id =
sNextId
++;
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
AbstractCustomVirtualView.java
72
private static int
sNextId
;
375
this.mLabelItem = new Item(this, ++
sNextId
, idEntryPrefix + "Label", null,
377
this.mFieldTextItem = new Item(this, ++
sNextId
, idEntryPrefix + "Field", hints,
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
AbstractCustomVirtualView.java
72
private static int
sNextId
;
375
this.mLabelItem = new Item(this, ++
sNextId
, idEntryPrefix + "Label", null,
377
this.mFieldTextItem = new Item(this, ++
sNextId
, idEntryPrefix + "Field", hints,
/device/generic/goldfish-opengl/system/hwc2/
EmuHWC2.h
316
static std::atomic<hwc2_display_t>
sNextId
;
398
static std::atomic<hwc2_layer_t>
sNextId
;
Completed in 580 milliseconds