HomeSort by relevance Sort by last modified time
    Searched full:focused (Results 226 - 250 of 1095) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
ButtonsWithTallTextViewInBetweenTest.java 90 assertTrue("scroll view should be focused", mScrollView.isFocused());
140 assertTrue("scroll view should be focused", mScrollView.isFocused());
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java 68 public void requestChildFocus(View child, View focused) {
69 super.requestChildFocus(child, focused);
HolographicLinearLayout.java 78 // One time call to generate the pressed/focused state -- must be called after
  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicViewHelper.java 42 * Generate the pressed/focused states if necessary.
65 * Invalidates the pressed/focused states.
PagedViewCellLayoutChildren.java 68 public void requestChildFocus(View child, View focused) {
69 super.requestChildFocus(child, focused);
  /developers/samples/android/ui/DrawableTinting/
template-params.xml 29 states of a View (for example disabled/enabled, focused, pressed or selected).
  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 43 // Focus the default item if no item is focused. Othewise, do nothing.
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_controller.h 61 // True on a text field is focused.
input_method_engine_interface.h 146 // Called when an InputContext's properties change while it is focused.
149 // Called when the user pressed a key with a text field focused.
193 // is not focused.
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.css 50 .focused {
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
activation_tracker_win.h 32 // is focused, it waits until it has been called twice before dismissing the
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.h 65 // The id used in the ViewStorage to store the last focused view.
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_win.cc 123 // This is called either when this web frame gets focused, or when
125 // to fire a focus event on the root and then on the focused element
135 // Try to fire a focus event on the root first and then the focused node.
149 // window isn't focused, because that can confuse screen readers into
  /external/chromium_org/ui/base/ime/
input_method_observer.h 19 // Called whenever the text input type is changed for the focused client.
mock_input_method.cc 50 void MockInputMethod::Init(bool focused) {
mock_input_method.h 33 virtual void Init(bool focused) OVERRIDE;
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 50 * the previously focused rectangle.
241 protected void onFocusChanged(boolean focused, int direction,
243 super.onFocusChanged(focused, direction, previouslyFocusedRect);
245 if (focused) {
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
FocusableInTouchModeClickTest.java 52 assertTrue("subsequent click while focused should fire on click",
  /frameworks/opt/chips/res/values/
strings.xml 17 <!-- Text displayed when the recipientedittextview is not focused. Displays the total number of recipients since the field is shrunk to just display a portion -->
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorStateDrawable.java 26 * slightly darker color when pressed or focused.
  /frameworks/support/v17/leanback/jbmr2/android/support/v17/leanback/widget/
ShadowHelperJbmr2.java 44 /* set shadow focus level 0 for unfocused 1 for fully focused */
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SpeechOrbView.java 50 // Assume focused
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
FullScreenView.java 118 public void onFocusChanged(final boolean focused, final int direction,
120 super.onFocusChanged(focused, direction, previouslyFocusedRect);
122 focused, direction, previouslyFocusedRect);
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestContainerView.java 87 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) {
88 super.onFocusChanged(focused, direction, previouslyFocusedRect);
89 mAwContents.onFocusChanged(focused, direction, previouslyFocusedRect);
  /external/chromium_org/ash/accelerators/
accelerator_filter_unittest.cc 29 // Tests if AcceleratorFilter works without a focused window.
43 // Tests if AcceleratorFilter works as expected with a focused window.
56 // not focused.

Completed in 4548 milliseconds

1 2 3 4 5 6 7 8 91011>>