Searched refs:displayIndex (Results 1 – 5 of 5) sorted by relevance
92 for (int displayIndex = 0; displayIndex < displays.size(); displayIndex++) { in getOccupantZoneForDisplay()93 if (displays.get(displayIndex).getDisplayId() == display.getDisplayId()) { in getOccupantZoneForDisplay()
154 final int displayIndex; in DisplayDensityUtils() local156 displayIndex = currentDensityIndex; in DisplayDensityUtils()167 displayIndex = curIndex; in DisplayDensityUtils()171 mCurrentIndex = displayIndex; in DisplayDensityUtils()
1274 uint32_t getDisplayId(int32_t displayType, int32_t displayIndex) { in getDisplayId() argument1275 return (displayType << DISPLAYID_MASK_LEN) | displayIndex; in getDisplayId()
574 uint32_t getDisplayId(int32_t displayType, int32_t displayIndex = 0);
1539 Landroid/icu/text/AlphabeticIndex$Bucket;->displayIndex:I