Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayAddress.java77 private static final long UNKNOWN_MODEL = 0; field in DisplayAddress.Physical
109 return model == UNKNOWN_MODEL ? null : model; in getModel()
147 | (model == null ? UNKNOWN_MODEL : (model << MODEL_SHIFT)); in Physical()