Searched refs:focused (Results 26 - 40 of 40) sorted by relevance

12

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DMultiPaneChallengeLayout.java167 public void requestChildFocus(View child, View focused) { argument
173 super.requestChildFocus(child, focused);
H A DPagedView.java993 public boolean dispatchUnhandledMove(View focused, int direction) { argument
1005 return super.dispatchUnhandledMove(focused, direction);
1025 * If one of our descendant views decides that it could be focused now, only
1032 public void focusableViewAvailable(View focused) { argument
1034 View v = focused;
1037 super.focusableViewAvailable(focused);
1753 public void requestChildFocus(View child, View focused) { argument
1754 super.requestChildFocus(child, focused);
H A DSlidingChallengeLayout.java338 public void requestChildFocus(View child, View focused) { argument
344 super.requestChildFocus(child, focused);
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java336 // Let the focused view and/or our descendants get the key first
1015 * to a component visible in this area. If no component can be focused in
1095 // previously focused item still has focus and is off screen, give
1396 public void requestChildFocus(View child, View focused) { argument
1398 scrollToChild(focused);
1401 mChildToScrollTo = focused;
1403 super.requestChildFocus(child, focused);
H A DScrollView.java357 // Let the focused view and/or our descendants get the key first
1000 * to a component visible in this area. If no component can be focused in
1079 // previously focused item still has focus and is off screen, give
1390 public void requestChildFocus(View child, View focused) { argument
1392 scrollToChild(focused);
1395 mChildToScrollTo = focused;
1397 super.requestChildFocus(child, focused);
1506 // If the currently-focused view was visible on the screen when the
H A DTextView.java2615 * focused) to be this color.
2648 * Gets the text colors for the different states (normal, selected, focused) of the TextView.
2694 * TextView gets focused. The default is true.
2705 * TextView gets focused. The default is true.
5217 // Selection extends across multiple lines -- make the focused
7630 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
7633 super.onFocusChanged(focused, direction, previouslyFocusedRect);
7637 if (mEditor != null) mEditor.onFocusChanged(focused, direction);
7639 if (focused) {
7646 startStopMarquee(focused);
[all...]
H A DEditor.java872 void onFocusChanged(boolean focused, int direction) { argument
876 if (focused) {
/frameworks/base/core/java/android/webkit/
H A DWebView.java1384 * Removes the autocomplete popup from the currently focused form field, if
2286 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
2287 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect);
2288 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java1252 public void reportFocusChangedSerialized(boolean focused, boolean inTouchMode) { argument
1254 mClient.windowFocusChanged(focused, inTouchMode);
1262 if (focused) {
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1769 public void onFocusChanged(final boolean focused, final int direction, argument
1775 onFocusChanged(focused, direction, previouslyFocusedRect);
1780 mAwContents.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java381 public UiSelector focused(boolean val) { method in class:UiSelector
/frameworks/uiautomator/core/com/android/uiautomator/core/
H A DUiSelector.java381 public UiSelector focused(boolean val) { method in class:UiSelector
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java719 public void requestChildFocus(View child, View focused) { argument
720 super.requestChildFocus(child, focused);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java376 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
377 super.onFocusChanged(focused, direction, previouslyFocusedRect);
378 if (focused) {
/frameworks/base/core/java/android/view/
H A DView.java1118 * Indicates the view is focused. States are used with
1176 * Indicates the view is focused and selected.
1198 * Indicates the view is enabled, focused and selected.
1206 * Indicates the view is enabled, focused and its window has the focus.
1222 * Indicates the view is focused, selected and its window has the focus.
1230 * Indicates the view is enabled, focused, selected and its window
1262 * Indicates the view is pressed and focused.
1269 * Indicates the view is pressed, focused and its window has the focus.
1277 * Indicates the view is pressed, focused and selected.
1285 * Indicates the view is pressed, focused, selecte
6618 dispatchUnhandledMove(View focused, int direction) argument
[all...]

Completed in 468 milliseconds

12