Searched refs:MODEL_SHIFT (Results 1 – 1 of 1) sorted by relevance
78 private static final int MODEL_SHIFT = 8; field in DisplayAddress.Physical108 final long model = mPhysicalDisplayId >>> MODEL_SHIFT; in getModel()147 | (model == null ? UNKNOWN_MODEL : (model << MODEL_SHIFT)); in Physical()