Searched defs:ViewDebug (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewDebug.java62 public class ViewDebug { class
111 * {@literal @}ViewDebug.ExportedProperty(mapping = {
112 * {@literal @}ViewDebug.IntToString(from = 0, to = "VISIBLE"),
113 * {@literal @}ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
114 * {@literal @}ViewDebug.IntToString(from = 8, to = "GONE")
121 * @see android.view.ViewDebug.IntToString
131 * {@literal @}ViewDebug.ExportedProperty(indexMapping = {
132 * {@literal @}ViewDebug.IntToString(from = 0, to = "INVALID"),
133 * {@literal @}ViewDebug.IntToString(from = 1, to = "FIRST"),
134 * {@literal @}ViewDebug
[all...]

Completed in 81 milliseconds