Searched refs:LEAF_MASK (Results 1 – 1 of 1) sorted by relevance
42 private static final int LEAF_MASK = 0x1; field in S2CellIdUtils326 return ((int) s2CellId & LEAF_MASK) != 0; in isLeaf()