HomeSort by relevance Sort by last modified time
    Searched full:iconified (Results 1 - 25 of 28) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ActiveEvent.3 23 \fBSDL_APPMOUSEFOCUS\fP if mouse focus was gained or lost, \fBSDL_APPINPUTFOCUS\fP if input focus was gained or lost, or \fBSDL_APPACTIVE\fP if the application was iconified (\fBgain\fR=0) or restored(\fBgain\fR=1)\&.
28 When the mouse leaves or enters the window area a \fBSDL_APPMOUSEFOCUS\fP type activation event occurs, if the mouse entered the window then \fBgain\fR will be 1, otherwise \fBgain\fR will be 0\&. A \fBSDL_APPINPUTFOCUS\fP type activation event occurs when the application loses or gains keyboard focus\&. This usually occurs when another application is made active\&. Finally, a \fBSDL_APPACTIVE\fP type event occurs when the application is either minimised/iconified (\fBgain\fR=0) or restored\&.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SearchViewFilterMode.java 31 * Shows a list that can be filtered in-place with a SearchView in non-iconified mode.
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_active.h 52 * see your application, otherwise it has been iconified or disabled.
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_active.h 52 * see your application, otherwise it has been iconified or disabled.
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_active.h 52 * see your application, otherwise it has been iconified or disabled.
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_active.h 52 * see your application, otherwise it has been iconified or disabled.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlactiveevent.html 172 > if the application was iconified (<TT
231 > type event occurs when the application is either minimised/iconified (<TT
guideeventexamples.html 151 printf("App iconified\n");
  /frameworks/support/v4/java/android/support/v4/widget/
SearchViewCompat.java 436 * Iconifies or expands the SearchView. Any query text is cleared when iconified. This is
437 * a temporary state and does not override the default iconified state set by
438 * setIconifiedByDefault(boolean). If the default state is iconified, then
451 * Returns the current iconified state of the SearchView.
454 * @return true if the SearchView is currently iconified, false if the search field is
  /frameworks/base/core/java/android/widget/
SearchView.java 72 * needs to be set to iconified by default using {@link #setIconifiedByDefault(boolean)
422 // If it is not iconified, then give the focus to the text field
487 * the text field is programmatically de-iconified.
559 * if the default state is iconified, then it collapses to that state when the close button
564 * @param iconified whether the search field should be iconified by default
568 public void setIconifiedByDefault(boolean iconified) {
569 if (mIconifiedByDefault == iconified) return;
570 mIconifiedByDefault = iconified;
571 updateViewsVisibility(iconified);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 453 // If it is not iconified, then give the focus to the text field
518 * the text field is programmatically de-iconified.
590 * if the default state is iconified, then it collapses to that state when the close button
595 * @param iconified whether the search field should be iconified by default
599 public void setIconifiedByDefault(boolean iconified) {
600 if (mIconifiedByDefault == iconified) return;
601 mIconifiedByDefault = iconified;
602 updateViewsVisibility(iconified);
607 * Returns the default iconified state of the search field
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
threadwin.c 98 /* See if we are iconified or restored */
102 "restored" : "iconified");
testwm.c 254 /* See if we are iconified or restored */
258 "restored" : "iconified");
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h 194 // True if the window manager thinks the window is minimized (iconified).
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 1182 int iconified; local
1184 /* Is window iconified ? */
1185 iconified = 0;
1188 iconified = wind_pxy[0];
1196 if (iconified && GEM_icon) {
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 210 window was actually iconified, it returns 0 otherwise.
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 310 // presence to set or clear the iconified bit if _NET_WM_STATE_HIDDEN
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 491 SDL_SetError ("window already iconified");
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 979 #if 0 /* This causes a BadMatch error if the window is iconified (not needed) */
    [all...]
SDL_x11events.c 778 /* Have we been iconified? */
    [all...]
  /frameworks/support/v7/appcompat/res/values/
attrs.xml 489 <!-- The default state of the SearchView. If true, it will be iconified when not in
  /frameworks/base/docs/html/guide/topics/search/
search-dialog.jd     [all...]
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl 670 /** An iconified internal frame in an ::IA2_ROLE_DESKTOP_PANE.
675 /** A desktop pane. A pane that supports internal frames and iconified
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]

Completed in 1274 milliseconds

1 2