Home
last modified time | relevance | path

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

123

/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.js173 diffTree.diff = {type: DiffType.NONE}; property
185 diffTree.diff = {type: DiffType.ADDED_MOVE}; property
192 diffTree.diff = {type: DiffType.ADDED}; property
206 deletedTreeDiff.diff = {type: DiffType.DELETED_MOVE}; property
212 deletedTreeDiff.diff = {type: DiffType.DELETED}; property
227 diffTree.diff = {type: DiffType.MODIFIED}; property
240 diffTree.diff = {type: DiffType.DELETED_MOVE}; property
242 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.js268 type: FILE_TYPES.WINDOW_MANAGER_TRACE, property
278 type: FILE_TYPES.SURFACE_FLINGER_TRACE, property
289 type: FILE_TYPES.WAYLAND_TRACE, property
300 type: FILE_TYPES.SURFACE_FLINGER_DUMP, property
311 type: FILE_TYPES.WINDOW_MANAGER_DUMP, property
322 type: FILE_TYPES.WAYLAND_DUMP, property
333 type: FILE_TYPES.SCREEN_RECORDING, property
342 type: FILE_TYPES.TRANSACTIONS_TRACE, property
353 type: FILE_TYPES.PROTO_LOG, property
364 type: FILE_TYPES.SYSTEM_UI, 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
DInputMethodClients.ts30 get type() { method in InputMethodClients
DWayland.ts30 get type() { method in WayLand
DScreenRecording.ts30 get type() { method in ScreenRecording
DInputMethodService.ts30 get type() { method in InputMethodService
DSystemUI.ts30 get type() { method in SystemUI
DInputMethodManagerService.ts30 get type() { method in InputMethodManagerService
DSurfaceFlinger.ts30 get type() { method in SurfaceFlinger
DLauncher.ts30 get type() { method in Launcher
DWindowManager.ts32 get type() { method in WindowManager
DTransactions.ts32 get type() { method in Transactions
165 get type() { method in MergeTreeNode
177 get type() { method in ApplyTreeNode
/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/
DWayland.ts29 get type() { method in WayLand
DDumpBase.ts30 abstract get type(): String; method in DumpBase
DSurfaceFlinger.ts30 get type() { method in SurfaceFlinger
DWindowManager.ts31 get type() { method in WindowManager
/development/tools/winscope/src/mixins/
DSaveAsZip.js47 const zipFile = await zip.generateAsync({type: 'blob'}); property
/development/tools/winscope/spec/utils/
Dtree.js11 this.diff = { type: diffType }; property
/development/samples/ApiDemos/src/com/example/android/apis/text/
DLogTextBox.java61 public void setText(CharSequence text, BufferType type) { in setText()

123