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

/frameworks/base/core/java/android/view/
H A DViewDebug.java52 public class ViewDebug { class
95 * @ViewDebug.ExportedProperty(mapping = {
96 * @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
97 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
98 * @ViewDebug.IntToString(from = 8, to = "GONE")
105 * @see android.view.ViewDebug.IntToString
115 * @ViewDebug.ExportedProperty(indexMapping = {
116 * @ViewDebug.IntToString(from = 0, to = "INVALID"),
117 * @ViewDebug.IntToString(from = 1, to = "FIRST"),
118 * @ViewDebug
[all...]

Completed in 596 milliseconds