Home
last modified time | relevance | path

Searched refs:reasons (Results 1 – 7 of 7) sorted by relevance

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts224 const reasons: string[] = []; constant
226 if (this.isHiddenByPolicy(layer)) reasons.push('flag is hidden');
229 reasons.push(`hidden by parent ${this.getDefinedValue(layer, 'parent')}`);
235 reasons.push('buffer is empty');
239 reasons.push('alpha is 0');
244 reasons.push('bounds is 0x0');
254 reasons.push('crop is 0x0');
261 reasons.push('transform is invalid');
268 reasons.push('relativeOf layer has been removed');
276 reasons.push('does not have color fill, shadow or blur');
[all …]
/development/tools/otagui/src/components/
DBuildLibrary.vue79 "Cannot fetch Android Builds list from the backend, for the following reasons:"
94 "Cannot fetch Android Builds list from the backend, for the following reasons: "
DSingleOTAOptions.vue85 'Job cannot be started properly for the following reasons: ' + err
DBatchOTAOptions.vue86 'Job cannot be started properly for the following reasons: ' + err
DChainOTAOptions.vue89 'Job cannot be started properly for the following reasons: ' + err
/development/vndk/tools/vndk-compliance/
DREADME.md51 "file not found" errors. These are due to 2 reasons:
/development/cmds/monkey/
DREADME.NETWORK.txt8 Protocol for Automated Network Control. For security reasons, the
56 for things like KEYCODE_1 for obvious reasons.