Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 83) sorted by relevance

1234

/development/tools/winscope/libs/virtualList/
Dprops.js3 type: [String, Function], property
7 type: Array, property
11 type: [Object, Function], property
16 type: Number, property
20 type: Object property
23 type: Number, property
28 type: String, property
32 type: Number, property
36 type: Number, property
40 type: Number, property
[all …]
/development/tools/winscope/src/utils/
Ddiff.js142 diffTree.diff = {type: DiffType.NONE}; property
154 diffTree.diff = {type: DiffType.ADDED_MOVE}; property
161 diffTree.diff = {type: DiffType.ADDED}; property
175 deletedTreeDiff.diff = {type: DiffType.DELETED_MOVE}; property
181 deletedTreeDiff.diff = {type: DiffType.DELETED}; property
196 diffTree.diff = {type: DiffType.MODIFIED}; property
209 diffTree.diff = {type: DiffType.DELETED_MOVE}; property
211 diffTree.diff = {type: DiffType.DELETED}; property
/development/tools/winscope/src/
Dtransform_transaction.js24 type: 'surfaceChange', property
32 type: 'displayChange', property
50 type, property
67 type, property
Ddecode.js308 type: FILE_TYPES.ACCESSIBILITY_TRACE, property
318 type: FILE_TYPES.WINDOW_MANAGER_TRACE, property
328 type: FILE_TYPES.SURFACE_FLINGER_TRACE, property
339 type: FILE_TYPES.WAYLAND_TRACE, property
350 type: FILE_TYPES.SURFACE_FLINGER_DUMP, property
361 type: FILE_TYPES.WINDOW_MANAGER_DUMP, property
372 type: FILE_TYPES.WAYLAND_DUMP, property
383 type: FILE_TYPES.SCREEN_RECORDING, property
392 type: FILE_TYPES.TRANSACTIONS_TRACE, property
403 type: FILE_TYPES.PROTO_LOG, property
[all …]
/development/tools/apkcheck/src/com/android/apkcheck/
DFieldInfo.java34 public FieldInfo(String name, String type) { in FieldInfo()
54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList); in normalizeType() local
/development/tools/winscope/src/traces/
DTraceBase.ts41 abstract get type(): String; method in Trace
68 type: String, property
DTransactions.ts32 get type() { method in Transactions
165 get type() { method in MergeTreeNode
177 get type() { method in ApplyTreeNode
DLauncher.ts30 get type() { method in Launcher
DSystemUI.ts30 get type() { method in SystemUI
DScreenRecording.ts30 get type() { method in ScreenRecording
DWayland.ts30 get type() { method in WayLand
DInputMethodService.ts30 get type() { method in InputMethodService
DAccessibility.ts30 get type() { method in Accessibility
DInputMethodClients.ts30 get type() { method in InputMethodClients
DInputMethodManagerService.ts30 get type() { method in InputMethodManagerService
DTraceError.ts30 get type() { method in TraceError
DTraceTag.ts30 get type() { method in TraceTag
DSurfaceFlinger.ts34 get type() { method in SurfaceFlinger
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/
DContentItem.java44 public ContentItem(int type, int resourceId) { in ContentItem()
56 public ContentItem(int type, String assetFilePath) { in ContentItem()
/development/tools/winscope/src/flickerlib/treeview/
DChip.ts22 type: ChipType property in Chip
/development/tools/winscope/src/dumps/
DDumpBase.ts30 abstract get type(): String; method in DumpBase
DWayland.ts29 get type() { method in WayLand
DWindowManager.ts31 get type() { method in WindowManager
/development/tools/winscope/spec/utils/
Dtree.js11 this.diff = { type: diffType }; property
36 this.diff = { type: diffType }; property
/development/tools/winscope/src/mixins/
DSaveAsZip.js71 const zipFile = await zip.generateAsync({type: 'blob'}); property

1234