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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java28 * A ViewTreeObserver should never be instantiated by applications as it is provided
32 public final class ViewTreeObserver { class
221 * Creates a new ViewTreeObserver. This constructor should not be called
223 ViewTreeObserver() { method in class:ViewTreeObserver
231 * @param observer The ViewTreeObserver whose listeners must be added to this observer
233 void merge(ViewTreeObserver observer) {
492 throw new IllegalStateException("This ViewTreeObserver is not alive, call "
498 * Indicates whether this ViewTreeObserver is alive. When an observer is not alive,
501 * If an application keeps a long-lived reference to this ViewTreeObserver, it should
511 * Marks this ViewTreeObserver a
[all...]

Completed in 48 milliseconds