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

/frameworks/base/core/java/android/view/
H A DWindow.java731 * {@link #getDecorView()}:
800 * so will not be modified by {@link #getDecorView}.
843 final View decorView = getDecorView();
894 * implicitly call {@link #getDecorView} for you, with all of the
900 return getDecorView().findViewById(id);
1144 public abstract View getDecorView(); method in class:Window
1151 * @see #getDecorView
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1566 public final View getDecorView() { method in class:PhoneWindow

Completed in 74 milliseconds