HomeSort by relevance Sort by last modified time
    Searched refs:focused (Results 1 - 25 of 348) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BrowseFrameLayout.java 30 public View onFocusSearch(View focused, int direction);
36 public void onRequestChildFocus(View child, View focused);
73 public View focusSearch(View focused, int direction) {
75 View view = mListener.onFocusSearch(focused, direction);
80 return super.focusSearch(focused, direction);
84 public void requestChildFocus(View child, View focused) {
85 super.requestChildFocus(child, focused);
87 mOnChildFocusListener.onRequestChildFocus(child, focused);
ControlBar.java 25 public void onChildFocusedListener(View child, View focused);
58 public void requestChildFocus (View child, View focused) {
59 super.requestChildFocus(child, focused);
61 mOnChildFocusedListener.onChildFocusedListener(child, focused);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
content_script.js 10 var focused = document.activeElement;
12 if (focused) {
14 selectedText = focused.value.substring(
15 focused.selectionStart, focused.selectionEnd);
  /frameworks/base/core/java/android/text/method/
TransformationMethod.java 43 boolean focused, int direction,
  /external/chromium_org/ui/base/ime/
input_method_auralinux.cc 24 void InputMethodAuraLinux::Init(bool focused) {
34 InputMethodBase::Init(focused);
36 if (focused) {
151 TextInputClient* focused) {
154 focused ? focused->GetTextInputType() : TEXT_INPUT_TYPE_NONE);
156 InputMethodBase::OnDidChangeFocusedClient(focused_before, focused);
input_method_base.h 36 virtual void Init(bool focused) OVERRIDE;
60 TextInputClient* focused) {}
62 TextInputClient* focused) {}
64 // Returns true if |client| is currently focused.
67 // Checks if the focused text input client's text input type is
68 // TEXT_INPUT_TYPE_NONE. Also returns true if there is no focused text
72 // Convenience method to call the focused text input client's
input_method_auralinux.h 25 virtual void Init(bool focused) OVERRIDE;
47 TextInputClient* focused) OVERRIDE;
input_method_win.h 26 virtual void Init(bool focused) OVERRIDE;
45 TextInputClient* focused) OVERRIDE;
47 TextInputClient* focused) OVERRIDE;
125 // Represents if WM_CHAR[wparam=='\r'] should be dispatched to the focused
input_method.h 33 // 1) Send the original key down event to the focused window, which is e.g.
42 // - Keeps track of the focused TextInputClient to see which client can call
64 virtual void Init(bool focused) = 0;
72 // Called when the focused window receives native IME messages that are not
82 // itself by calling the method when it is focused, and unregister itself by
101 // Called by the focused client whenever its text input type is changed.
102 // Before calling this method, the focused client must confirm or clear
105 // effect if the client is not the focused client.
108 // Called by the focused client whenever its caret bounds is changed.
109 // This method has no effect if the client is not the focused client
    [all...]
  /external/chromium_org/ui/views/controls/button/
label_button_border.h 33 // Get or set the painter used for the specified |focused| button |state|.
35 Painter* GetPainter(bool focused, Button::ButtonState state);
36 void SetPainter(bool focused, Button::ButtonState state, Painter* painter);
39 // The painters used for each unfocused or focused button state.
checkbox.h 43 // [checked] or [focused].
45 bool focused,
label_button_border.cc 43 // Paint any corresponding unfocused painter if there is no focused painter.
142 Painter* LabelButtonBorder::GetPainter(bool focused,
144 return painters_[focused ? 1 : 0][state].get();
147 void LabelButtonBorder::SetPainter(bool focused,
150 painters_[focused ? 1 : 0][state].reset(painter);
  /external/chromium_org/ui/views/ime/
input_method_base.h 40 virtual void OnWillChangeFocus(View* focused_before, View* focused) OVERRIDE;
41 virtual void OnDidChangeFocus(View* focused_before, View* focused) OVERRIDE;
48 // Returns true only if the View is focused and its Widget is active.
51 // Returns true if there is no focused text input client or its type is none.
54 // Calls the focused text input client's OnInputMethodChanged() method.
input_method_base.cc 32 // Alert the InputMethod of the Widget's currently focused view.
33 View* focused = widget->GetFocusManager()->GetFocusedView(); local
34 if (focused)
35 OnWillChangeFocus(NULL, focused);
59 void InputMethodBase::OnWillChangeFocus(View* focused_before, View* focused) {}
61 void InputMethodBase::OnDidChangeFocus(View* focused_before, View* focused) {}
94 // Convert coordinates if the focused view is inside a child Widget.
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_focus_rules_unittest.cc 50 aura::Window* focused = local
52 EXPECT_TRUE((focused == NULL) || w2->GetNativeView()->Contains(focused));
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_border.cc 37 const bool focused,
42 focused_(focused),
138 bool focused = extra.button.is_focused; local
141 if (border_->GetPainter(focused, views_state) ||
142 (focused && border_->GetPainter(false, views_state))) {
143 gfx::ImageSkia* image = &button_images_[focused][views_state];
152 focused,
  /frameworks/base/core/java/android/view/
WindowInfo.java 44 public boolean focused; field in class:WindowInfo
66 window.focused = other.focused;
96 parcel.writeInt(focused ? 1 : 0);
116 builder.append(", focused=").append(focused);
127 focused = (parcel.readInt() == 1);
144 focused = false;
FocusFinder.java 58 * that currently is focused.
59 * @param root Contains focused. Cannot be null.
60 * @param focused Has focus now.
64 public final View findNextFocus(ViewGroup root, View focused, int direction) {
65 return findNextFocus(root, focused, null, direction);
81 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, int direction) {
83 if (focused != null) {
84 next = findNextUserSpecifiedFocus(root, focused, direction);
94 next = findNextFocus(root, focused, focusedRect, direction, focusables);
102 private View findNextUserSpecifiedFocus(ViewGroup root, View focused, int direction)
    [all...]
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.css 36 .pod.hovered:not(.focused) {
40 .pod.focused {
45 .pod.focused.locked {
119 .pod.focused:not(.multiprofiles-policy-applied) .auth-container {
124 .pod.focused:not(.locked) .name-container {
134 .pod.focused:not(.locked) .auth-container {
138 .pod.focused.locked .password-entry-container {
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.cc 148 void WebPluginDelegateImpl::SetFocus(bool focused) {
150 // This is called when internal WebKit focus (the focused element on the page)
159 has_webkit_focus_ = focused;
162 SetPluginHasFocus(focused);
164 SetPluginHasFocus(focused);
168 void WebPluginDelegateImpl::SetPluginHasFocus(bool focused) {
169 if (focused == plugin_has_focus_)
171 if (PlatformSetPluginHasFocus(focused))
172 plugin_has_focus_ = focused;
webplugin_delegate_impl_android.cc 70 bool WebPluginDelegateImpl::PlatformSetPluginHasFocus(bool focused) {
webplugin_delegate_impl_aura.cc 57 bool WebPluginDelegateImpl::PlatformSetPluginHasFocus(bool focused) {
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DigitsEditText.java 45 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) {
46 super.onFocusChanged(focused, direction, previouslyFocusedRect);
  /external/chromium_org/ash/display/
screen_position_controller.cc 185 aura::Window* focused = aura::client::GetFocusClient(window)-> local
192 if (focused)
193 tracker.Add(focused);
194 if (active && focused != active)
210 // Restore focused/active window.
211 if (tracker.Contains(focused)) {
212 aura::client::GetFocusClient(window)->FocusWindow(focused);
215 focused->GetRootWindow());
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearchTest.java 49 View findNextFocus(ViewGroup root, View focused, int direction);
55 public View findNextFocus(ViewGroup root, View focused, int direction) {
57 .findNextFocus(root, focused, direction);

Completed in 436 milliseconds

1 2 3 4 5 6 7 8 91011>>