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

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

Completed in 306 milliseconds