/frameworks/base/docs/html/guide/topics/resources/ |
color-list-resource.jd | 118 <dd><em>Boolean</em>. "true" if this item should be used when the application window has focus (the 120 window does not have focus (for example, if the notification shade is pulled down or a dialog appears).</dd>
|
/frameworks/base/docs/html/sdk/ |
android-2.2-highlights.jd | 123 controling zoom, flash, white balance, geo-tagging, focus and exposure. Camcorder also provides 252 <p>Provides new APIs for audio focus, routing audio to SCO, and auto-scan of files to media
|
/external/webkit/WebKit/chromium/src/ |
WebViewImpl.cpp | 153 // activated. We need the page to still have focus so the user can keep typing 331 // If a text field that has focus is clicked again, we should display the 343 // focus has not changed after the mouse event is processed, we'll 354 // Focus has not changed, show the suggestions popup. [all...] |
/frameworks/base/services/java/com/android/server/ |
InputMethodManagerService.java | 206 * The last window token that gained focus. 692 // has a window with focus. If not, reject. This is thread safe 693 // because if the focus changes some time before or after, the 694 // next client receiving focus that has any interest in input will [all...] |
WindowManagerService.java | 372 * Windows that have lost input focus and are waiting for the new 373 * focus window to be displayed before they are told about this. 509 * navigational focus because the user is directly pressing the screen). 5314 WindowState focus = (WindowState)focusObj; local 5387 WindowState focus = (WindowState)focusObj; local 5589 private WindowState focus; field in class:WindowManagerService.KeyWaiter.DispatchState 5889 WindowState focus = null; local 5919 WindowState focus = null; local [all...] |
/bionic/libc/kernel/common/media/ |
msm_camera.h | 346 struct focus_cfg focus; member in union:sensor_cfg_data::__anon460
|
/development/pdk/docs/about/ |
philosophy.jd | 71 focus. The "next release" of Android is driven by the product needs for the next
|
/development/pdk/docs/compatibility/ |
cts-intro.jd | 60 <tr><td>Dalvik VM Tests</td><td>The tests focus on testing the Dalvik VM</td></tr>
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarLander.java | 149 * Invoked when the Activity loses user focus.
|
/external/bluetooth/glib/docs/ |
macros.txt | 18 focus here is to concentrate on macros that affect overall GLib behaviour
|
/external/kernel-headers/original/media/ |
msm_camera.h | 382 struct focus_cfg focus; member in union:sensor_cfg_data::__anon3257
|
/external/quake/quake/src/QW/client/ |
quakedef.h | 146 // an fullscreen DIB focus gain/loss
|
/external/skia/include/core/ |
SkDevice.h | 94 /** Called when this device gains focus (i.e becomes the current device
|
/external/webkit/JavaScriptCore/profiler/ |
ProfileNode.h | 117 bool focus(const CallIdentifier&);
|
/external/webkit/WebCore/dom/ |
Element.idl | 85 void focus();
|
Event.h | 59 FOCUS = 4096,
|
/external/webkit/WebCore/editing/ |
SelectionController.h | 124 // Focus
|
/external/webkit/WebCore/html/ |
HTMLButtonElement.cpp | 171 focus();
|
HTMLOptGroupElement.cpp | 181 // send to the parent to bring focus to the list box
|
/external/webkit/WebCore/platform/graphics/android/ |
PlatformGraphicsContext.h | 105 // Update the focus state of this button, depending on whether it
|
/external/webkit/WebCore/platform/gtk/ |
gtk2drawing.c | 892 "interior-focus", interior_focus, 893 "focus-line-width", focus_width, 894 "focus-padding", focus_pad, [all...] |
/external/webkit/WebCore/platform/qt/ |
RenderThemeQt.h | 53 // A method asking if the control changes its tint when the window has focus or not.
|
/external/webkit/WebCore/plugins/android/ |
PluginViewAndroid.cpp | 250 // The plugin needs focus to receive keyboard and touch events 251 m_element->focus(); 352 // keeps the document focus 355 // remove the plugin from the document's focus
|
/external/webkit/WebCore/rendering/ |
RenderSVGContainer.cpp | 119 // FIXME: This means our focus ring won't share our rotation like it should.
|
RenderThemeChromiumMac.h | 48 // A method asking if the control changes its tint when the window has focus or not.
|