Lines Matching defs:getWindow

813     public Window getWindow() {
851 * @see #getWindow
1113 final Window win = getWindow();
1883 return getWindow().findViewById(id);
1901 Window window = getWindow();
1928 getWindow().setContentView(layoutResID);
1948 getWindow().setContentView(view);
1964 getWindow().setContentView(view, params);
1976 getWindow().addContentView(view, params);
2118 if (getWindow().performPanelShortcut(Window.FEATURE_OPTIONS_PANEL,
2395 Window w = getWindow();
2416 Window win = getWindow();
2437 if (getWindow().superDispatchKeyShortcutEvent(event)) {
2457 if (getWindow().superDispatchTouchEvent(ev)) {
2475 if (getWindow().superDispatchTrackballEvent(ev)) {
2493 if (getWindow().superDispatchGenericMotionEvent(ev)) {
2503 LayoutParams params = getWindow().getAttributes();
3282 getWindow().takeKeyEvents(get);
3287 * {@link android.view.Window#requestFeature getWindow().requestFeature()}.
3297 return getWindow().requestFeature(featureId);
3305 getWindow().setFeatureDrawableResource(featureId, resId);
3313 getWindow().setFeatureDrawableUri(featureId, uri);
3321 getWindow().setFeatureDrawable(featureId, drawable);
3329 getWindow().setFeatureDrawableAlpha(featureId, alpha);
3337 return getWindow().getLayoutInflater();
4139 wm.addView(mDecor, getWindow().getAttributes());
4584 final Window win = getWindow();
4606 getWindow().setFeatureInt(Window.FEATURE_PROGRESS, visible ? Window.PROGRESS_VISIBILITY_ON :
4619 getWindow().setFeatureInt(Window.FEATURE_INDETERMINATE_PROGRESS,
4633 getWindow().setFeatureInt(Window.FEATURE_PROGRESS,
4648 getWindow().setFeatureInt(Window.FEATURE_PROGRESS, progress + Window.PROGRESS_START);
4665 getWindow().setFeatureInt(Window.FEATURE_PROGRESS,
4686 getWindow().setVolumeControlStream(streamType);
4698 return getWindow().getVolumeControlStream();
4857 dumpViewHierarchy(prefix + " ", writer, getWindow().getDecorView());
5231 mWindow.setContainer(mParent.getWindow());