Home
last modified time | relevance | path

Searched refs:offsetFromEnd (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DCountryZoneTree.java220 int offsetFromEnd = 0; in addExtraPeriodSplits() local
225 offsetFromEnd += 1; in addExtraPeriodSplits()
247 getOffsetPeriodAtOffsetFromEndOrNull(iZoneInfo, offsetFromEnd); in addExtraPeriodSplits()
270 getOffsetPeriodAtOffsetFromEndOrNull(jZoneInfo, offsetFromEnd); in addExtraPeriodSplits()
298 int jIndex = jZoneInfo.getZoneOffsetPeriodCount() - offsetFromEnd; in addExtraPeriodSplits()
315 ZoneInfo zoneInfo, int offsetFromEnd) { in getOffsetPeriodAtOffsetFromEndOrNull() argument
316 int index = zoneInfo.getZoneOffsetPeriodCount() - offsetFromEnd; in getOffsetPeriodAtOffsetFromEndOrNull()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java5213 int offsetFromEnd = 1; in onUpdateRowStates() local
5215 changeViewPosition(mFgsSectionView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()
5217 changeViewPosition(mFooterView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()
5218 changeViewPosition(mEmptyShadeView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()
5223 getChildCount() - offsetFromEnd); in onUpdateRowStates()