Searched defs:displayId (Results 1 – 6 of 6) sorted by relevance
182 int displayId = mActivePresentations.keyAt(i); in onPause() local200 final int displayId = display.getDisplayId(); in showPresentation() local218 final int displayId = display.getDisplayId(); in hidePresentation() local235 final int displayId = display.getDisplayId(); in setPresentationDisplayMode() local385 final int displayId = display.getDisplayId(); in getView() local501 final int displayId = display.getDisplayId(); in onCreate() local
35 displayId?: number; property
26 displayId: number; property
263 displayId: rect.displayId ?? rect.ref.stackId, constant
303 displayId: rect.displayId ?? rect.ref.stackId, constant
313 DisplayItem(int displayId, String description) { in DisplayItem()