Home | History | Annotate | Download | only in display

Lines Matching refs:displayId

249      * @param displayId The logical display id.
252 public Display getDisplay(int displayId) {
254 return getOrCreateDisplayLocked(displayId, false /*assumeValid*/);
323 private Display getOrCreateDisplayLocked(int displayId, boolean assumeValid) {
324 Display display = mDisplays.get(displayId);
326 display = mGlobal.getCompatibleDisplay(displayId,
327 mContext.getDisplayAdjustments(displayId));
329 mDisplays.put(displayId, display);
549 * @param displayId The id of the logical display that was added.
551 void onDisplayAdded(int displayId);
556 * @param displayId The id of the logical display that was removed.
558 void onDisplayRemoved(int displayId);
563 * @param displayId The id of the logical display that changed.
565 void onDisplayChanged(int displayId);