/development/tools/winscope/libs/virtualList/ |
D | props.js | 3 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/ |
D | diff.js | 173 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/ |
D | transform_transaction.js | 24 type: 'surfaceChange', property 32 type: 'displayChange', property 50 type, property 67 type, property
|
D | decode.js | 268 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/ |
D | FieldInfo.java | 34 public FieldInfo(String name, String type) { in FieldInfo() 54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList); in normalizeType() local
|
/development/tools/winscope/src/traces/ |
D | TraceBase.ts | 41 abstract get type(): String; method in Trace 68 type: String, property
|
D | InputMethodClients.ts | 30 get type() { method in InputMethodClients
|
D | Wayland.ts | 30 get type() { method in WayLand
|
D | ScreenRecording.ts | 30 get type() { method in ScreenRecording
|
D | InputMethodService.ts | 30 get type() { method in InputMethodService
|
D | SystemUI.ts | 30 get type() { method in SystemUI
|
D | InputMethodManagerService.ts | 30 get type() { method in InputMethodManagerService
|
D | SurfaceFlinger.ts | 30 get type() { method in SurfaceFlinger
|
D | Launcher.ts | 30 get type() { method in Launcher
|
D | WindowManager.ts | 32 get type() { method in WindowManager
|
D | Transactions.ts | 32 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/ |
D | ContentItem.java | 44 public ContentItem(int type, int resourceId) { in ContentItem() 56 public ContentItem(int type, String assetFilePath) { in ContentItem()
|
/development/tools/winscope/src/flickerlib/treeview/ |
D | Chip.ts | 22 type: ChipType property in Chip
|
/development/tools/winscope/src/dumps/ |
D | Wayland.ts | 29 get type() { method in WayLand
|
D | DumpBase.ts | 30 abstract get type(): String; method in DumpBase
|
D | SurfaceFlinger.ts | 30 get type() { method in SurfaceFlinger
|
D | WindowManager.ts | 31 get type() { method in WindowManager
|
/development/tools/winscope/src/mixins/ |
D | SaveAsZip.js | 47 const zipFile = await zip.generateAsync({type: 'blob'}); property
|
/development/tools/winscope/spec/utils/ |
D | tree.js | 11 this.diff = { type: diffType }; property
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
D | LogTextBox.java | 61 public void setText(CharSequence text, BufferType type) { in setText()
|