/frameworks/base/docs/html/guide/topics/views/ |
custom-views.jd | 273 <td rowspan="2">Focus</td> 275 <td>Called when the view gains or loses focus. 281 <td>Called when the window containing the view gains or loses focus.
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
MidWindowManager.java | 104 // the keyguard; nothing on top of these can take focus, since they are 108 // things in here CAN NOT take focus, but are shown on top of everything else. 574 // If a system window has focus, then it doesn't make sense [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebChromeClientTest.java | 172 // load a page that opens a child window, requests focus for the child and sets a timeout
|
/development/samples/SpinnerTest/src/com/android/example/spinner/test/ |
SpinnerActivityTest.java | 175 * Request focus for the spinner widget in the application under test,
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_events.h | 115 Uint8 state; /* A mask of the focus states */
|
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/ |
SDLMain.m | 378 * application that creates a Menu bar and steals the focus.
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_sysvideo.h | 82 properly represent the current mouse focus and position.
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11events.c | 461 /* Gaining input focus? */ 479 /* Losing input focus? */ 950 /* Handle focus in/out when grabbed */ [all...] |
/external/qemu/docs/ |
CHAR-DEVICES.TXT | 38 to a CS object. We will ignore "events" here and focus on the
|
/external/quake/quake/src/WinQuake/ |
quakedef.h | 327 // an fullscreen DIB focus gain/loss
|
/external/skia/src/xml/ |
SkJSDisplayable.cpp | 150 // JS_INIT(Sk, Focus)
|
/external/webkit/WebCore/dom/ |
Element.cpp | 592 // any change to aria-activedescendant attribute triggers accessibility focus change, but document focus remains intact 1244 void Element::focus(bool restorePreviousSelection) function in class:WebCore::Element [all...] |
/external/webkit/WebCore/html/ |
HTMLSelectElement.cpp | 344 focus();
|
/external/webkit/WebCore/platform/graphics/openvg/ |
GraphicsContextOpenVG.cpp | 232 // FIXME: We just unite all focus ring rects into one for now.
|
/external/webkit/WebCore/plugins/symbian/ |
PluginViewSymbian.cpp | 189 // Give focus to the plugin on click
|
/external/webkit/WebKit/mac/WebView/ |
WebFrame.mm | 110 Restore scroll and focus state: YES 117 Restore scroll and focus state: YES 124 Restore scroll and focus state: YES 131 Restore scroll and focus state: NO, reset to initial conditions [all...] |
WebPreferences.h | 371 @abstract If tabsToLinks is YES, the tab key will focus links and form controls.
|
WebVideoFullscreenController.mm | 172 // Give the HUD keyboard focus initially
|
/external/webkit/WebKit/wx/WebKitSupport/ |
EditorClientWx.cpp | 390 // so we leave it upon WebCore to either handle them immediately (e.g. Tab that changes focus) or if not to let a CHAR event be generated
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
main.cpp | 331 if (event->data.focus.hasFocus)
|
/frameworks/base/core/java/android/app/ |
SearchDialog.java | 772 // restore focus and give key to EditText ... [all...] |
/frameworks/base/core/java/android/view/ |
WindowManagerImpl.java | 56 * navigational focus should be shown.
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethod.java | 137 * Typically, this method is called when the input focus is moved from one
|
/frameworks/base/core/java/android/widget/ |
DialerFilter.java | 81 // Setup focus & highlight for this view
|
GridView.java | 262 // does the list view have focus or contain focus [all...] |