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

1 2 3 4 5 67 8 9

  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 58 import android.view.Window;
106 requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 38 import android.view.Window;
408 requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
AlbumBrowserActivity.java 51 import android.view.Window;
97 requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
98 requestWindowFeature(Window.FEATURE_NO_TITLE);
ArtistAlbumBrowserActivity.java 54 import android.view.Window;
87 requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
88 requestWindowFeature(Window.FEATURE_NO_TITLE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 56 import org.eclipse.jface.window.Window;
369 if (dlg.open() == Window.OK) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdateChooserDialog.java 34 import org.eclipse.jface.window.Window;
128 if (getReturnCode() == Window.OK) {
282 // set window title
309 * Creates the icon of the window shell.
345 * Captures the window size before closing this.
355 * Tries to reuse the last window size during this session.
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 42 #include <Window.h>
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 43 import android.view.Window;
781 public Window getWindow() {
785 private class MockWindow extends Window {
DialogTest.java 45 import android.view.Window;
154 final Window w = d.getWindow();
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 301 /* Called after mapping a window - waits until the window is mapped */
302 void X11_WaitMapped(_THIS, Window win)
310 /* Called after unmapping a window - waits until the window is unmapped */
311 void X11_WaitUnmapped(_THIS, Window win)
395 /* This defaults off now, due to KDE window maximize problems */
929 /* Center and reparent the drawing window */
943 #if 0 /* This causes a BadMatch error if the window is iconified (not needed) */
952 Window tmpwin, *windows
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 45 static Window win;
249 static Cursor CreateNullCursor(Display *display, Window root)
411 /* move the mouse to the window center again */
737 Window root;
757 if ((i = COM_CheckParm("-window")) != 0)
846 /* window attributes */
vid_x.cpp 77 static Window x_win;
271 static Cursor CreateNullCursor(Display *display, Window root)
411 Sys_Error("VID: Window must use at least %d bytes\n", minsize);
491 // check for command-line window size
499 Sys_Error("VID: Bad window width/height\n");
506 Sys_Error("VID: Bad window width\n");
513 Sys_Error("VID: Bad window height\n");
566 // setup attributes for main window
581 // create the main window
621 // map the window
    [all...]
  /external/quake/src/com/android/quake/
DownloaderActivity.java 62 import android.view.Window;
162 requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
164 getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 102 for (var i = generics[g].length; i--;) Native.genericize(window[g], generics[g][i], true);
291 The Browser Core. Contains Browser initialization, Window and Document, and the Browser Hash.
301 Platform: {name: (window.orientation != undefined) ? 'ipod' : (navigator.platform.match(/mac|win|linux/i) || ['other'])[0].toLowerCase()},
303 Features: {xpath: !!(document.evaluate), air: !!(window.runtime), query: !!(document.querySelector)},
310 return (!window.opera) ? false : ((arguments.callee.caller) ? 960 : ((document.getElementsByClassName) ? 950 : 925));
314 return (!window.ActiveXObject) ? false : ((window.XMLHttpRequest) ? 5 : 4);
369 if (window.execScript){
370 window.execScript(text);
389 var Window = new Native(
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
AccountFolderList.java 60 import android.view.Window;
152 requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
154 getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 52 import android.view.Window;
111 requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
115 getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,
    [all...]
ViewImage.java 38 import android.view.Window;
199 // If the view has not been attached to the window yet, the
201 // view has attached to window.
566 requestWindowFeature(Window.FEATURE_NO_TITLE);
695 Window win = getWindow();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 66 import org.eclipse.jface.window.Window;
531 if (dialog.open() == Window.CANCEL) {
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 35 import org.eclipse.jface.window.Window;
843 if (dlg.open() == Window.OK) {
970 UpdaterWindow window = new UpdaterWindow( local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EditEvent.java 69 import android.view.Window;
515 getWindow().setFeatureInt(Window.FEATURE_INDETERMINATE_PROGRESS,
516 Window.PROGRESS_VISIBILITY_OFF);
606 requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
665 getWindow().setFeatureInt(Window.FEATURE_INDETERMINATE_PROGRESS,
666 Window.PROGRESS_VISIBILITY_ON);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 64 import android.view.Window;
255 Window win = getWindow();
296 requestWindowFeature(Window.FEATURE_PROGRESS);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ManageApplications.java 51 import android.view.Window;
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java 39 import android.view.Window;
96 * Window to show the composing string.
101 * Used to show the floating window.
1228 Window window = mOptionsDialog.getWindow(); local
    [all...]
  /external/quake/quake/src/QW/client/
vid_x.c 83 static Window x_win;
192 static Cursor CreateNullCursor(Display *display, Window root)
332 Sys_Error("VID: Window must use at least %d bytes\n", minsize);
414 // check for command-line window size
422 Sys_Error("VID: Bad window width/height\n");
429 Sys_Error("VID: Bad window width\n");
436 Sys_Error("VID: Bad window height\n");
489 // setup attributes for main window
504 // create the main window
547 // map the window
    [all...]
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 109 static Window getRootWindow(Frame* parentFrame)
150 // In order to move/resize the plugin window at the same time as the
151 // rest of frame during e.g. scrolling, we set the window geometry
153 // plugin window is outside the frame which can be caused by a
212 Window dummyW;
229 // pixmap. If that's not possible, at least clear the window to
235 gdk_window_get_internal_paint_info(widget->window, &gdkBackingStore, &xoff, &yoff);
323 xEvent.xkey.subwindow = 0; // we have no child window
329 // NOTE: As the XEvents sent to the plug-in are synthesized and there is not a native window
365 // NOTE: event->xany.window doesn't always correspond to the .window property of other XEvent'
    [all...]

Completed in 1261 milliseconds

1 2 3 4 5 67 8 9