Searched refs:sNextId (Results 1 - 5 of 5) sorted by relevance

/frameworks/minikin/include/minikin/
H A DFontCollection.h78 static uint32_t sNextId; member in class:android::FontCollection
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DPropertyValuesHolder_Delegate.java62 private static long sNextId = 1; field in class:PropertyValuesHolder_Delegate
90 methodId = sNextId++;
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp76 uint32_t FontCollection::sNextId = 0; member in class:android::FontCollection
81 mId = sNextId++;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.h351 static std::atomic<hwc2_display_t> sNextId; member in class:android::HWC2On1Adapter::Display
547 static std::atomic<hwc2_layer_t> sNextId; member in class:android::HWC2On1Adapter::Layer
H A DHWC2On1Adapter.cpp550 std::atomic<hwc2_display_t> HWC2On1Adapter::Display::sNextId(1);
553 : mId(sNextId++),
1962 std::atomic<hwc2_layer_t> HWC2On1Adapter::Layer::sNextId(1);
1965 : mId(sNextId++),

Completed in 3101 milliseconds