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

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

Completed in 66 milliseconds