Home
last modified time | relevance | path

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

/development/tools/winscope/src/test/unit/
Dhierarchy_tree_builder.ts28 displayId?: number;
84 setDisplayId(displayId: number) {
85 this.displayId = displayId;
134 if (this.displayId) {
135 node.displayId = this.displayId;
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java182 int displayId = mActivePresentations.keyAt(i); in onPause() local
183 mSavedPresentationContents.put(displayId, presentation.mContents); in onPause()
200 final int displayId = display.getDisplayId(); in showPresentation() local
201 if (mActivePresentations.get(displayId) != null) { in showPresentation()
206 + " on display #" + displayId + "."); in showPresentation()
211 mActivePresentations.put(displayId, presentation); in showPresentation()
218 final int displayId = display.getDisplayId(); in hidePresentation() local
219 DemoPresentation presentation = mActivePresentations.get(displayId); in hidePresentation()
224 Log.d(TAG, "Dismissing presentation on display #" + displayId + "."); in hidePresentation()
227 mActivePresentations.delete(displayId); in hidePresentation()
[all …]
/development/tools/winscope/src/viewers/viewer_window_manager/
Dpresenter.ts182 rect.displayId = display.id;
195 rect.displayId = it.displayId;
197 if (!this.displayIds.includes(it.displayId)) {
198 this.displayIds.push(it.displayId);
263 displayId: rect.displayId ?? rect.ref.stackId, constant
/development/tools/winscope/src/trace/
Dtrace_tree_node.ts35 displayId?: number; property
/development/tools/winscope/src/viewers/common/
Drectangle.ts26 displayId: number; property
Dui_tree_utils.ts36 displayId?: number;
/development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/
DSampleWallpaper.java255 public void onDisplayChanged(int displayId) {
256 if (mDisplay.getDisplayId() == displayId) {
262 public void onDisplayRemoved(int displayId) {
267 public void onDisplayAdded(int displayId) {
/development/tools/winscope/src/trace/flickerlib/windows/
DTaskFragment.ts37 proto.displayId,
DTask.ts39 proto.taskFragment?.displayId,
DWindowManagerState.ts124 (keyguardOccludedStates[it.displayId as keyof typeof keyguardOccludedStates] =
DWindowState.ts44 proto.displayId,
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts186 rect.displayId = display.layerStackId;
201 rect.displayId = it.stackId;
303 displayId: rect.displayId ?? rect.ref.stackId, constant
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DOverlayDisplayWindow.java367 public void onDisplayAdded(int displayId) {
371 public void onDisplayChanged(int displayId) {
372 if (displayId == mDefaultDisplay.getDisplayId()) {
382 public void onDisplayRemoved(int displayId) {
383 if (displayId == mDefaultDisplay.getDisplayId()) {
/development/tools/winscope/src/viewers/components/rects/
Drects_component_test.ts85 displayId: 0,
Dmapper3d.ts151 rects = rects.filter((rect) => rect.displayId === this.currentDisplayId);
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DLauncherActivity.java313 DisplayItem(int displayId, String description) { in DisplayItem() argument
314 mId = displayId; in DisplayItem()
/development/tools/winscope/src/viewers/viewer_view_capture/
Dpresenter.ts146 displayId: 0,