Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayAddress.java78 private static final int MODEL_SHIFT = 8; field in DisplayAddress.Physical
108 final long model = mPhysicalDisplayId >>> MODEL_SHIFT; in getModel()
147 | (model == null ? UNKNOWN_MODEL : (model << MODEL_SHIFT)); in Physical()