HomeSort by relevance Sort by last modified time
    Searched refs:Window (Results 176 - 200 of 214) sorted by null

1 2 3 4 5 6 78 9

  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenController.mm 63 // Do not defer window creation, to make sure -windowNumber is created (needed by WebWindowScaleAnimation).
64 NSWindow *window = [[WebVideoFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
65 self = [super initWithWindow:window];
66 [window release];
83 return (WebVideoFullscreenWindow *)[super window];
88 WebVideoFullscreenWindow *window = [self fullscreenWindow];
91 [window setContentView:view];
96 [window setHasShadow:YES]; // This is nicer with a shadow.
97 [window setLevel:NSPopUpMenuWindowLevel-1];
146 [[self window] close]
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 403 AttachInfo info = new AttachInfo(new WindowSession(), new Window(),
742 // default size of the window title bar
    [all...]
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindowManager.java 52 import android.view.Window;
330 Log.e(TAG, "Unknown window type: " + type);
346 Log.e(TAG, "Unknown sub-window type: " + type);
392 Window win = PolicyManager.makeNewWindow(context);
430 TAG, "Adding starting window for " + packageName
437 // window manager... which we can tell by it having a parent.
441 Log.w(TAG, appToken + " already running, starting window not displayed");
448 public void removeStartingWindow(IBinder appToken, View window) {
450 // Log.i(TAG, "remove " + appToken + " " + window, e);
453 TAG, "Removing starting window for " + appToken + ": " + window)
    [all...]
MidWindow.java 65 import android.view.Window;
79 * Android-specific Window.
84 public class MidWindow extends Window implements MenuBuilder.Callback {
95 // This is the top-level view of the window, containing the window decor.
98 // This is the view in which the window contents are placed. It is either
196 public final void setContainer(Window container) {
281 * resources for use in this Window.
495 // Log.v(TAG, "Adding main menu to window manager.");
520 // Log.v(TAG, "Removing main menu from window manager.")
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 61 import android.view.Window;
197 requestWindowFeature(Window.FEATURE_NO_TITLE);
481 // have a window token yet in onCreate / onNewIntent
    [all...]
ViewContactActivity.java 84 import android.view.Window;
211 requestWindowFeature(Window.FEATURE_NO_TITLE);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 46 import android.view.Window;
95 requestWindowFeature(Window.FEATURE_NO_TITLE);
  /packages/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 47 import android.view.Window;
221 requestWindowFeature(Window.FEATURE_NO_TITLE);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 47 import org.eclipse.jface.window.Window;
398 if (dialog.open() == Window.OK) {
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindow.java 66 import android.view.Window;
79 * Android-specific Window.
84 public class PhoneWindow extends Window implements MenuBuilder.Callback {
96 // This is the top-level view of the window, containing the window decor.
99 // This is the view in which the window contents are placed. It is either
165 public final void setContainer(Window container) {
248 * resources for use in this Window.
464 // Log.v(TAG, "Adding main menu to window manager.");
493 // Log.v(TAG, "Removing main menu from window manager.")
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 55 import android.view.Window;
381 // should finish the activity here to close the window.
563 requestWindowFeature(Window.FEATURE_NO_TITLE);
674 // Disable the status bar "window shade" the entire time we're on
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 73 import android.view.Window;
102 * Window that shows QuickContact dialog for a specific {@link Contacts#_ID}.
104 public class QuickContactWindow implements Window.Callback,
112 * know when the window has been dismissed.
131 * Intercepts the BACK key event and dismisses QuickContact window.
147 private Window mWindow;
391 // We need to have a focused view inside the QuickContact window so
502 Log.d(TAG, "Window recycled " + mWindowRecycled + " times, chiclets "
513 * Adjust vertical {@link WindowManager.LayoutParams} to fit window as best
549 // Remove any attached window decor for recyclin
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 63 import android.view.Window;
293 requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
295 getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.list_title);
    [all...]
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 54 import android.view.Window;
113 requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
117 requestWindowFeature(Window.FEATURE_NO_TITLE);
    [all...]
QueryBrowserActivity.java 48 import android.view.Window;
MediaPlaybackActivity.java 57 import android.view.Window;
104 requestWindowFeature(Window.FEATURE_NO_TITLE);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 55 import android.view.Window;
1340 Window window = mVoiceWarningDialog.getWindow(); local
1952 Window window = mOptionsDialog.getWindow(); local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
HistoryRecord.java 97 boolean visible; // does this activity's window need to be shown?
99 boolean nowVisible; // is this activity's window visible?
252 com.android.internal.R.styleable.Window);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 189 "x11", "X Window System",
367 /* Tell KDE to keep the fullscreen window on top */
374 ev.xclient.window = SDL_Root;
386 /* All window attributes must survive the recreation */
391 /* Create the window for windowed management */
510 /* Create a new input context for the new window just created. */
520 PreeditNothing+StatusNothing style (i.e., root window method)
523 root window method, the following call fails, and SDL falls
563 /* Allow the window to be deleted by the window manager *
756 const char *window = SDL_getenv("SDL_VIDEO_WINDOW_POS"); local
    [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 56 import android.view.Window;
174 Window theWindow = getWindow();
177 // taking up the whole window (even when transparent) is less than ideal,
178 // but necessary to show the popup window until the window manager supports
629 * touch is outside the window. But the window includes space for the drop-down,
640 // Let Dialog handle events outside the window while the pop-up is showing.
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 45 import android.view.Window;
95 * together in a single window managed by the InputMethodService. It will
106 * above these views; if running fullscreen, the window will completely cover
161 * window to fill the entire screen and add its own "extracted text" editor
278 // In true fullscreen mode, we just say the window isn't covering
315 * Take care of attaching the given window token provided by the system.
490 * of the input method window.
503 * of the input method window.
508 * Option for {@link #touchableInsets}: the entire window frame
529 * Determine which area of the window is touchable by the user. Ma
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 9 for the X Window System (tested by the author under Unix and by Martin
280 static Window window; variable
503 "\nPress Q, Esc or mouse button 1 (within image window, after image\n"
798 /* do the basic X initialization stuff, make the window, and fill it with
808 /* we're here via libpng callback, so if window fails, clean and bail */
831 Window root;
    [all...]
  /frameworks/base/docs/html/resources/
resources_toc.cs 137 <li><a href="<?cs var:toroot ?>resources/articles/window-bg-speed.html">
138 <span class="en">Window Backgrounds &amp; UI Speed</span>
  /frameworks/base/services/java/com/android/server/status/
StatusBarService.java 53 import android.view.Window;
233 * Construct the service, add the status bar view to the window manager
694 // until status bar window is attached to the window manager,
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 68 import android.view.Window;
    [all...]

Completed in 9089 milliseconds

1 2 3 4 5 6 78 9