Home
last modified time | relevance | path

Searched defs:displayId (Results 1 – 6 of 6) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java182 int displayId = mActivePresentations.keyAt(i); in onPause() local
200 final int displayId = display.getDisplayId(); in showPresentation() local
218 final int displayId = display.getDisplayId(); in hidePresentation() local
235 final int displayId = display.getDisplayId(); in setPresentationDisplayMode() local
385 final int displayId = display.getDisplayId(); in getView() local
501 final int displayId = display.getDisplayId(); in onCreate() local
/development/tools/winscope/src/trace/
Dtrace_tree_node.ts35 displayId?: number; property
/development/tools/winscope/src/viewers/common/
Drectangle.ts26 displayId: number; property
/development/tools/winscope/src/viewers/viewer_window_manager/
Dpresenter.ts263 displayId: rect.displayId ?? rect.ref.stackId, constant
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts303 displayId: rect.displayId ?? rect.ref.stackId, constant
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DLauncherActivity.java313 DisplayItem(int displayId, String description) { in DisplayItem()