/development/tools/winscope/src/parsers/surface_flinger/operations/ |
D | add_display_properties_test.ts | 36 const displays = TreeNodeUtils.makePropertyNode( constant 48 propertyRoot.addOrReplaceChild(displays); 60 const displays = TreeNodeUtils.makePropertyNode( constant 72 propertyRoot.addOrReplaceChild(displays); 84 const displays = TreeNodeUtils.makePropertyNode( constant 96 propertyRoot.addOrReplaceChild(displays); 108 const displays = TreeNodeUtils.makePropertyNode( constant 120 propertyRoot.addOrReplaceChild(displays);
|
D | add_display_properties.ts | 25 const displays = value.getChildByName('displays'); constant 27 if (!displays) return; 29 for (const display of displays.getAllChildren()) {
|
/development/tools/winscope/src/viewers/common/ |
D | rects_presenter.ts | 29 private displays: DisplayIdentifier[] = []; property in RectsPresenter 54 return this.displays; 57 setDisplays(displays: DisplayIdentifier[]) { 58 this.displays = displays; 72 this.displays = this.makeDisplaysStrategy(this.rectsToDraw);
|
D | ui_data_hierarchy.ts | 34 displays?: DisplayIdentifier[]; property
|
/development/samples/VirtualDeviceManager/demos/src/com/example/android/vdmdemo/demos/ |
D | HomeDemoActivity.java | 63 Display[] displays = mDisplayManager.getDisplays(); in sendIntentToDisplay() local 65 String[] displayNames = new String[displays.length + 1]; in sendIntentToDisplay() 67 for (int i = 0; i < displays.length; ++i) { in sendIntentToDisplay() 68 displayNames[i + 1] = displays[i].getName(); in sendIntentToDisplay() 81 options.setLaunchDisplayId(displays[which - 1].getDisplayId()); in sendIntentToDisplay()
|
/development/tools/winscope/src/parsers/surface_flinger/computations/ |
D | rects_computation.ts | 27 makeDisplayRects(displays: readonly PropertyTreeNode[]): TraceRect[] { 29 return displays.map((display, index) => { 132 const displays = constant 134 const displayRects = this.rectsFactory.makeDisplayRects(displays);
|
D | visibility_properties_computation.ts | 33 private displays: PropertyTreeNode[] = []; property in VisibilityPropertiesComputation 47 this.displays = 322 const matchingDisplay = this.displays.find(
|
/development/tools/winscope/src/viewers/components/rects/ |
D | rects_component_test.ts | 151 component.displays = [ 161 component.displays = [ 190 component.displays = [ 197 component.displays = [ 279 component.displays = [ 290 component.displays = [ 303 component.displays = [{displayId: 10, groupId: 0, name: 'Display 0'}]; 324 component.displays = [{displayId: 10, groupId: 0, name: 'Display 0'}]; 450 displays: DisplayIdentifier[] = []; property in TestHostComponent
|
D | rects_component.ts | 292 @Input() displays: DisplayIdentifier[] = []; 435 const displays = change.currentValue; constant 436 this.internalDisplays = displays; 439 if (displays.length === 0) { 632 displays: DisplayIdentifier[], 635 displays.find((display) => 639 ) ?? assertDefined(displays.at(0))
|
D | mapper3d.ts | 280 const displays = rects2d.filter((rect2d) => rect2d.isDisplay); constant 284 if (displays.length > 0) { 286 ...displays.map((rect2d): number => Math.abs(rect2d.w)), 290 ...displays.map((rect2d): number => Math.abs(rect2d.h)),
|
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/ |
D | MainActivity.java | 114 String[] displays = new String[remoteDisplayIds.length + 1]; in onCreate() local 116 displays[i] = "Display " + remoteDisplayIds[i]; in onCreate() 118 displays[remoteDisplayIds.length] = "New display"; in onCreate() 123 displays, in onCreate()
|
/development/tools/winscope/src/trace/ |
D | trace_tree_node.ts | 23 displays?: TraceTreeNode[]; property
|
/development/samples/VirtualDeviceManager/ |
D | README.md | 22 physical client device by sending audio and frames of the virtual displays, 28 data. For best experience with app streaming on multiple displays at the 175 one displays. The display focus is based on user interaction. 262 displays.* 269 - **Always unlocked**: Whether the virtual displays should remain unlocked and 271 simple lock screen shown on these displays when the host device is locked. \ 278 - **Custom home**: Whether to use a custom activity as home on home displays, 292 displays, you likely need to enable this in the host Settings. On a Pixel 295 - **Display IME policy**: Choose the IME behavior on remote displays. Run the 305 streaming the host's IME on the virtual displays. Requires the *Display IME [all …]
|
/development/tools/winscope/src/viewers/viewer_window_manager/ |
D | ui_data.ts | 29 displays: DisplayIdentifier[] = []; property in UiData
|
/development/tools/winscope/src/viewers/viewer_surface_flinger/ |
D | ui_data.ts | 31 displays: DisplayIdentifier[] = []; property in UiData
|
/development/tools/winscope/src/viewers/viewer_view_capture/ |
D | ui_data.ts | 31 displays: DisplayIdentifier[] = []; property in UiData
|
/development/samples/browseable/RecyclerView/ |
D | _index.jd | 10 their ViewHolder. The log also displays elements that you tap.
|
/development/samples/browseable/ActionBarCompat-Basic/ |
D | _index.jd | 9 displays action items. It covers inflating items from a menu resource, as well as adding
|
/development/samples/browseable/AppRestrictions/ |
D | _index.jd | 12 types and custom. When launched under a restricted profile, this activity displays app
|
/development/tools/winscope/src/ |
D | styles.css | 47 rects-view .displays-select .mat-form-field-infix { 53 rects-view .displays-select .mat-form-field-flex {
|
/development/samples/USB/AdbTest/ |
D | README.txt | 2 Currently it only implements the "adb logcat" command and displays the log
|
/development/samples/browseable/BasicMediaRouter/ |
D | _index.jd | 10 to select an output device. If your device supports Miracast wireless displays,
|
/development/samples/browseable/DelayedConfirmation/ |
D | _index.jd | 10 …activity. This activity displays a DelayedConfirmationView that starts when the user presses "Start
|
/development/samples/training/network-usage/ |
D | README.txt | 8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in…
|
/development/samples/browseable/Quiz/ |
D | _index.jd | 11 …displays them as notifications. Each notification contains the question as the first page, followed
|