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

/frameworks/base/core/java/android/view/
H A DWindow.java798 * {@link #getDecorView()}:
882 * so will not be modified by {@link #getDecorView}.
933 final View decorView = getDecorView();
984 * implicitly call {@link #getDecorView} for you, with all of the
990 return getDecorView().findViewById(id);
1266 public abstract View getDecorView(); method in class:Window
1273 * @see #getDecorView
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1941 public final View getDecorView() { method in class:PhoneWindow

Completed in 169 milliseconds