HomeSort by relevance Sort by last modified time
    Searched refs:focus (Results 126 - 150 of 410) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Browser/src/com/android/browser/
NavigationBarTablet.java 217 protected void setFocusState(boolean focus) {
218 super.setFocusState(focus);
219 if (focus) {
238 mUrlContainer.setBackgroundDrawable(focus
  /sdk/templates/docs/
default.css 54 a:active, a:focus {
62 a:active *, a:focus * {
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 226 if ( (mFirstTimeInit || ((str != NULL) && (mParameters3A.Focus != mode))))
230 mParameters3A.Focus = mode;
232 // if focus mode is set to infinity...update focus distance immediately
237 CAMHAL_LOGDB("Focus %x", mParameters3A.Focus);
333 CAMHAL_LOGVA("Locking Focus");
337 CAMHAL_LOGVA("UnLocking Focus");
407 Gen3A.Focus = getLUTvalue_HALtoOMX(OMXCameraAdapter::DEFAULT_FOCUS_MODE, FocusLUT);
586 OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE focus; local
695 OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE focus; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc 46 g_signal_connect(floating_.get(), "focus", G_CALLBACK(OnFocusThunk), this);
192 // Prevent |preview_| from getting focus via the tab key. If |tab_| exists, try
193 // to focus that. Otherwise, do nothing, but stop event propagation. See bug
196 GtkDirectionType focus) {
198 gtk_widget_child_focus(tab_->tab_contents()->GetContentNativeView(), focus);
find_bar_gtk.h 77 // This should always be called before we claim focus.
141 // These are both used for focus management.
142 static gboolean OnFocus(GtkWidget* text_entry, GtkDirectionType focus,
219 // Saves where the focus used to be whenever we get it.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_gaia_signin.css 50 .signin-link:focus {
screen_password_changed.css 54 #password-changed-contents a:focus {
  /external/chromium_org/chrome/browser/resources/file_manager/css/
select_album_dialog.css 107 .select-album-list > li > input:focus,
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 194 .mv-page-ready:focus {
223 .mv-page:focus .mv-mask {
244 #mv-notice-x:focus {
302 #mv-notice-links span:focus,
local_ntp.js 30 FAKEBOX_FOCUS: 'fakebox-focused', // Applies focus styles to the fakebox
31 // Applies drag focus style to the fakebox
375 '.mv-page-ready:hover, .mv-page-ready:focus {' +
607 // A mask to darken the thumbnail on focus.
807 * @param {boolean} focus True to focus the fakebox.
809 function setFakeboxFocus(focus) {
810 document.body.classList.toggle(CLASSES.FAKEBOX_FOCUS, focus);
814 * @param {boolean} focus True to show a dragging focus to the fakebox
    [all...]
  /external/chromium_org/chrome/browser/resources/task_manager/
task_manager.css 112 /* cr.ui.Table has a black focus border by default, which we don't want. */
113 .detail-table:focus {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
options.js 59 document.addEventListener('focus', showSounds);
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
input_event.cc 98 /// out of focus). Clicking back inside the instance's
100 /// (the NaCl instance is back in focus). The default is
101 /// that the instance is out of focus.
102 void DidChangeFocus(bool focus) {
104 if (focus == true) {
120 "Received cancel : only Focus events will be "
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppp_instance/
ppapi_ppp_instance.js 61 plugin.focus();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
navigatorView.css 66 .navigator :focus li.selected {
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
common.css 83 button:focus {
  /external/chromium_org/ui/webui/resources/css/
table.css 31 .table:focus {
  /external/chromium_org/chrome/browser/resources/file_manager/js/
background.js 224 this.window_.focus();
303 appWindows[key].focus();
313 // Focus any window if none is focused. Try restored first.
330 // Try to focus the first non-minimized window.
333 appWindows[key].focus();
340 // Restore and focus any window.
342 appWindows[key].focus();
417 // For mounted devices just focus any Files.app window. The mounted
  /packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java 131 String focus = intent.getStringExtra(MediaStore.EXTRA_MEDIA_FOCUS); local
135 if (focus != null) {
136 if (focus.startsWith("audio/") && title != null) {
138 } else if (focus.equals(MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE)) {
145 } else if (focus.equals(MediaStore.Audio.Artists.ENTRY_CONTENT_TYPE)) {
  /external/chromium_org/chrome/browser/resources/history/
history.css 382 * Fade in on focus, but not on hover, because it makes the UI feel laggy. */
389 .site-domain-wrapper input[type='checkbox']:focus,
391 .entry-box input[type='checkbox']:focus {
395 .site-domain-wrapper input[type='checkbox']:focus,
396 .entry-box input[type='checkbox']:focus {
461 .entry-box.contains-focus {
  /external/chromium_org/remoting/webapp/
main.css 86 button:focus {
115 .kd-button-share:active, .kd-button-share:focus:active {
121 .kd-button-share:focus {
126 .kd-button-share:focus:hover {
203 input[type=text]:focus,
204 input[type=password]:focus {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 67 def focus(self): member in class:CanvasItem
68 self.canvas.focus(self.id)
166 def focus(self): member in class:Group
167 self._do('focus')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 67 def focus(self): member in class:CanvasItem
68 self.canvas.focus(self.id)
166 def focus(self): member in class:Group
167 self._do('focus')
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.h 80 // This should always be called before we claim focus.
144 // These are both used for focus management.
145 static gboolean OnFocus(GtkWidget* text_entry, GtkDirectionType focus,
219 // Saves where the focus used to be whenever we get it.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
manager.js 203 select("#filter").focus();
208 filter.focus();

Completed in 519 milliseconds

1 2 3 4 56 7 8 91011>>