Searched refs:displayId (Results 1 – 17 of 17) sorted by relevance
/development/tools/winscope/src/test/unit/ |
D | hierarchy_tree_builder.ts | 28 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/ |
D | PresentationActivity.java | 182 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/ |
D | presenter.ts | 182 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/ |
D | trace_tree_node.ts | 35 displayId?: number; property
|
/development/tools/winscope/src/viewers/common/ |
D | rectangle.ts | 26 displayId: number; property
|
D | ui_tree_utils.ts | 36 displayId?: number;
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/ |
D | SampleWallpaper.java | 255 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/ |
D | TaskFragment.ts | 37 proto.displayId,
|
D | Task.ts | 39 proto.taskFragment?.displayId,
|
D | WindowManagerState.ts | 124 (keyguardOccludedStates[it.displayId as keyof typeof keyguardOccludedStates] =
|
D | WindowState.ts | 44 proto.displayId,
|
/development/tools/winscope/src/viewers/viewer_surface_flinger/ |
D | presenter.ts | 186 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/ |
D | OverlayDisplayWindow.java | 367 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/ |
D | rects_component_test.ts | 85 displayId: 0,
|
D | mapper3d.ts | 151 rects = rects.filter((rect) => rect.displayId === this.currentDisplayId);
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/ |
D | LauncherActivity.java | 313 DisplayItem(int displayId, String description) { in DisplayItem() argument 314 mId = displayId; in DisplayItem()
|
/development/tools/winscope/src/viewers/viewer_view_capture/ |
D | presenter.ts | 146 displayId: 0,
|