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

12

/frameworks/base/core/java/android/webkit/
H A DWebView.java1283 * Removes the autocomplete popup from the currently focused form field, if
2085 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
2086 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect);
2087 super.onFocusChanged(focused, direction, previouslyFocusedRect);
H A DWebViewClassic.java4725 * Delete text from start to end in the focused textfield. If there is no
4740 * Set the selection to (start, end) in the focused textfield. If start and
4803 * compared to the currently focused textfield when the data is
5452 * if our window is not focused, but this is an exception since
5505 public void onFocusChanged(boolean focused, int direction, argument
5508 Log.v(LOGTAG, "MT focusChanged " + focused + ", " + direction);
5510 if (focused) {
7346 // Make sure that the textfield is currently focused
8619 * Checks the focused content for an editable text field. This can be
8621 * @return true if the focused ite
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java949 public boolean dispatchUnhandledMove(View focused, int direction) { argument
961 return super.dispatchUnhandledMove(focused, direction);
981 * If one of our descendant views decides that it could be focused now, only
988 public void focusableViewAvailable(View focused) { argument
990 View v = focused;
993 super.focusableViewAvailable(focused);
1666 public void requestChildFocus(View child, View focused) { argument
1667 super.requestChildFocus(child, focused);
H A DSlidingChallengeLayout.java329 public void requestChildFocus(View child, View focused) { argument
335 super.requestChildFocus(child, focused);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp807 onWindowFocusChanged_native(JNIEnv* env, jobject clazz, jint handle, jboolean focused) argument
813 code->callbacks.onWindowFocusChanged(code, focused ? 1 : 0);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiSelector.java337 public UiSelector focused(boolean val) { method in class:UiSelector
/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/widget/
H A DTextView.java2357 * focused) to be this color.
2390 * Gets the text colors for the different states (normal, selected, focused) of the TextView.
2436 * TextView gets focused. The default is true.
2447 * TextView gets focused. The default is true.
4932 // Selection extends across multiple lines -- make the focused
7303 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
7306 super.onFocusChanged(focused, direction, previouslyFocusedRect);
7310 if (mEditor != null) mEditor.onFocusChanged(focused, direction);
7312 if (focused) {
7319 startStopMarquee(focused);
[all...]
H A DEditor.java820 void onFocusChanged(boolean focused, int direction) { argument
824 if (focused) {
/frameworks/base/core/java/android/view/
H A DView.java1099 * Indicates the view is focused. States are used with
1158 * Indicates the view is focused and selected.
1180 * Indicates the view is enabled, focused and selected.
1188 * Indicates the view is enabled, focused and its window has the focus.
1204 * Indicates the view is focused, selected and its window has the focus.
1212 * Indicates the view is enabled, focused, selected and its window
1244 * Indicates the view is pressed and focused.
1251 * Indicates the view is pressed, focused and its window has the focus.
1259 * Indicates the view is pressed, focused and selected.
1267 * Indicates the view is pressed, focused, selecte
6291 dispatchUnhandledMove(View focused, int direction) argument
[all...]

Completed in 5337 milliseconds

12