HomeSort by relevance Sort by last modified time
    Searched defs:focus (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Dialog.js 44 this._glassPane.element.addEventListener("focus", this._onGlassPaneFocus.bind(this), false);
49 this._element.addEventListener("focus", this._onFocus.bind(this), false);
59 this._delegate.focus();
118 this._delegate.focus();
183 focus: function() { },
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PinchViewportTest.cpp 513 WebRect focus; local
514 webViewImpl()->selectionBounds(anchor, focus);
521 EXPECT_POINT_EQ(expected, IntRect(focus).location());
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfInternalSelectionViews.java 17 package android.widget.focus;
DescendantFocusabilityTest.java 17 package android.widget.focus;
19 import android.widget.focus.DescendantFocusability;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GLToolbox.java 77 target.focus();
RenderTarget.java 209 public void focus() { method in class:RenderTarget
211 // We assume RenderTargets are immutable, so that we do not need to focus if the current
  /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')
ttk.py 79 # [('active', 'selected', 'grey'), ('focus', [1, 2, 3, 4])]
81 # ['active selected', 'grey', 'focus', [1, 2, 3, 4]]
104 {'expand': [('active', 'selected', 'grey'), ('focus', [1, 2, 3, 4])]}
108 ('-expand', '{active selected} grey focus {1, 2, 3, 4}')"""
162 [("Menubutton.focus", {"children":
175 Menubutton.focus -children {
548 active, disabled, focus, pressed, selected, background,
664 none, key, focus, focusin, focusout, all
1235 def focus(self, item=None): member in class:Treeview
    [all...]
  /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')
ttk.py 79 # [('active', 'selected', 'grey'), ('focus', [1, 2, 3, 4])]
81 # ['active selected', 'grey', 'focus', [1, 2, 3, 4]]
104 {'expand': [('active', 'selected', 'grey'), ('focus', [1, 2, 3, 4])]}
108 ('-expand', '{active selected} grey focus {1, 2, 3, 4}')"""
162 [("Menubutton.focus", {"children":
175 Menubutton.focus -children {
548 active, disabled, focus, pressed, selected, background,
664 none, key, focus, focusin, focusout, all
1235 def focus(self, item=None): member in class:Treeview
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java 311 public void focus() { method in class:GLFrame
313 throw new RuntimeException("Could not focus on GLFrame for drawing!");
  /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_org/third_party/WebKit/Source/devtools/front_end/search/
AdvancedSearchView.js 72 this.focus();
281 focus: function()
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
EditFileSystemDialog.js 390 focus: function()
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 534 HWND focus = GetFocus(), next; local
536 next = ::GetWindow(focus, next_cmd);
543 next = ::GetWindow(focus, loop_around_cmd);
549 focus = next;
  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 194 SkView* focus = NULL; local
197 if (view->onGetFocusView(&focus))
200 return focus;
214 Try to give focus to this view, or its children
224 SkView* child, *focus; local
226 if ((focus = child->acceptFocus(dir)) != NULL)
227 return focus;
232 SkView* child, *focus; local
234 if ((focus = child->acceptFocus(dir)) != NULL)
235 return focus;
246 SkView* focus = this->getFocusView(); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 774 const TInt focus = ses.GetFocusWindowGroup(); local
775 CApaWindowGroupName* name = CApaWindowGroupName::NewLC(ses, focus);
779 iStdOut = focus;
  /external/skia/src/views/
SkView.cpp 194 SkView* focus = NULL; local
197 if (view->onGetFocusView(&focus))
200 return focus;
214 Try to give focus to this view, or its children
224 SkView* child, *focus; local
226 if ((focus = child->acceptFocus(dir)) != NULL)
227 return focus;
232 SkView* child, *focus; local
234 if ((focus = child->acceptFocus(dir)) != NULL)
235 return focus;
246 SkView* focus = this->getFocusView(); local
    [all...]
  /frameworks/base/core/java/android/widget/
DayPickerView.java 370 * Attempts to return the date that has accessibility focus.
372 * @return The date that has accessibility focus, or {@code null} if no date
373 * has focus.
380 final Calendar focus = ((SimpleMonthView) child).getAccessibilityFocus(); local
381 if (focus != null) {
382 return focus;
391 * Attempts to restore accessibility focus to a given date. No-op if
394 * @param day The date that should receive accessibility focus
395 * @return {@code true} if focus was restored
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 374 * Attempts to return the date that has accessibility focus.
376 * @return The date that has accessibility focus, or {@code null} if no date
377 * has focus.
384 final CalendarDay focus = ((MonthView) child).getAccessibilityFocus(); local
385 if (focus != null) {
387 // Clear focus to avoid ListView bug in Jelly Bean MR1.
390 return focus;
399 * Attempts to restore accessibility focus to a given date. No-op if
402 * @param day The date that should receive accessibility focus
403 * @return {@code true} if focus was restore
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp 247 if ( (mFirstTimeInit || ((str != NULL) && (mParameters3A.Focus != mode))))
251 mParameters3A.Focus = mode;
253 // if focus mode is set to infinity...update focus distance immediately
258 CAMHAL_LOGDB("Focus %x", mParameters3A.Focus);
350 CAMHAL_LOGVA("Locking Focus");
354 CAMHAL_LOGVA("UnLocking Focus");
780 OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE focus; local
802 //Enable face algorithm priority for focus
889 OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE focus; local
    [all...]
  /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/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 175 void ChromeClientImpl::focus() function in class:blink::ChromeClientImpl
183 // For now the browser can always take focus if we're not running layout
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 25 #include "ui/views/focus/focus_manager.h"
26 #include "ui/views/focus/view_storage.h"
606 View* focus = focus_manager ? focus_manager->GetFocusedView() : NULL; local
607 if (focus == view_) {
608 // This view has focus.
611 } else if (focus && view_->Contains(focus)) {
612 // Return the child object that has the keyboard focus.
614 focus_child->pdispVal = focus->GetNativeViewAccessible();
618 // Neither this object nor any of its children has the keyboard focus
    [all...]

Completed in 2947 milliseconds

1 23 4 5 6 7