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

/frameworks/base/core/java/android/view/
H A DViewDebug.java60 public class ViewDebug { class
103 * @ViewDebug.ExportedProperty(mapping = {
104 * @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
105 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
106 * @ViewDebug.IntToString(from = 8, to = "GONE")
113 * @see android.view.ViewDebug.IntToString
123 * @ViewDebug.ExportedProperty(indexMapping = {
124 * @ViewDebug.IntToString(from = 0, to = "INVALID"),
125 * @ViewDebug.IntToString(from = 1, to = "FIRST"),
126 * @ViewDebug
[all...]

Completed in 154 milliseconds