Home
last modified time | relevance | path

Searched refs:displays (Results 1 – 25 of 35) sorted by relevance

12

/development/tools/winscope/src/parsers/surface_flinger/operations/
Dadd_display_properties_test.ts36 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);
Dadd_display_properties.ts25 const displays = value.getChildByName('displays'); constant
27 if (!displays) return;
29 for (const display of displays.getAllChildren()) {
/development/tools/winscope/src/viewers/common/
Drects_presenter.ts29 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);
Dui_data_hierarchy.ts34 displays?: DisplayIdentifier[]; property
/development/samples/VirtualDeviceManager/demos/src/com/example/android/vdmdemo/demos/
DHomeDemoActivity.java63 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/
Drects_computation.ts27 makeDisplayRects(displays: readonly PropertyTreeNode[]): TraceRect[] {
29 return displays.map((display, index) => {
132 const displays = constant
134 const displayRects = this.rectsFactory.makeDisplayRects(displays);
Dvisibility_properties_computation.ts33 private displays: PropertyTreeNode[] = []; property in VisibilityPropertiesComputation
47 this.displays =
322 const matchingDisplay = this.displays.find(
/development/tools/winscope/src/viewers/components/rects/
Drects_component_test.ts151 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
Drects_component.ts292 @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))
Dmapper3d.ts280 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/
DMainActivity.java114 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/
Dtrace_tree_node.ts23 displays?: TraceTreeNode[]; property
/development/samples/VirtualDeviceManager/
DREADME.md22 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/
Dui_data.ts29 displays: DisplayIdentifier[] = []; property in UiData
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dui_data.ts31 displays: DisplayIdentifier[] = []; property in UiData
/development/tools/winscope/src/viewers/viewer_view_capture/
Dui_data.ts31 displays: DisplayIdentifier[] = []; property in UiData
/development/samples/browseable/RecyclerView/
D_index.jd10 their ViewHolder. The log also displays elements that you tap.
/development/samples/browseable/ActionBarCompat-Basic/
D_index.jd9 displays action items. It covers inflating items from a menu resource, as well as adding
/development/samples/browseable/AppRestrictions/
D_index.jd12 types and custom. When launched under a restricted profile, this activity displays app
/development/tools/winscope/src/
Dstyles.css47 rects-view .displays-select .mat-form-field-infix {
53 rects-view .displays-select .mat-form-field-flex {
/development/samples/USB/AdbTest/
DREADME.txt2 Currently it only implements the "adb logcat" command and displays the log
/development/samples/browseable/BasicMediaRouter/
D_index.jd10 to select an output device. If your device supports Miracast wireless displays,
/development/samples/browseable/DelayedConfirmation/
D_index.jd10 …activity. This activity displays a DelayedConfirmationView that starts when the user presses "Start
/development/samples/training/network-usage/
DREADME.txt8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in…
/development/samples/browseable/Quiz/
D_index.jd11displays them as notifications. Each notification contains the question as the first page, followed

12