Home | History | Annotate | Download | only in view

Lines Matching defs:WindowManager

38  * To obtain a {@link WindowManager} for a different display, use
41 * to get the WindowManager.
45 * {@link WindowManager} and {@link Context} for that display.
51 public interface WindowManager extends ViewManager {
80 * Returns the {@link Display} upon which this {@link WindowManager} instance
87 * this {@link WindowManager} instance uses by default.
90 * {@link WindowManager} for that {@link Display}. (See the {@link WindowManager}
802 * w.setFlags(WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED,
803 * WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED);
1876 Log.d("Debug", "WindowManager.LayoutParams={title=" + mTitle + "}");