Home
last modified time | relevance | path

Searched refs:mEndCellIdNumeric (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
H A DS2LevelRange.java42 long endDiff = o2.mEndCellIdNumeric - o1.mEndCellIdNumeric;
63 protected final long mEndCellIdNumeric; field in S2LevelRange
95 mEndCellIdNumeric = endCellIdNumeric; in S2LevelRange()
125 if (mStartCellIdNumeric < mEndCellIdNumeric) { in contains()
150 if (this.mStartCellIdNumeric < this.mEndCellIdNumeric) { in overlaps()
152 if (other.mStartCellIdNumeric < other.mEndCellIdNumeric) { in overlaps()
154 return other.mStartCellIdNumeric < this.mEndCellIdNumeric in overlaps()
155 && other.mEndCellIdNumeric > this.mStartCellIdNumeric; in overlaps()
158 return other.mStartCellIdNumeric < this.mEndCellIdNumeric in overlaps()
163 if (other.mStartCellIdNumeric < other.mEndCellIdNumeric) { in overlaps()
[all …]
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
H A DSuffixTableRange.java39 if (mStartCellIdNumeric > mEndCellIdNumeric in SuffixTableRange()
40 && mEndCellIdNumeric != S2CellOrdering.getMinCellIdNumeric(mS2Level)) { in SuffixTableRange()
H A DTzS2Range.java42 if (mStartCellIdNumeric > mEndCellIdNumeric in TzS2Range()
43 && mEndCellIdNumeric != S2CellOrdering.getMinCellIdNumeric(mS2Level)) { in TzS2Range()