Home
last modified time | relevance | path

Searched refs:onFocusChanged (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DFullScreenView.java118 public void onFocusChanged(final boolean focused, final int direction, in onFocusChanged() method in FullScreenView
120 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
121 mAwViewMethods.onFocusChanged( in onFocusChanged()
DAwViewMethods.java99 void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
DNullAwViewMethods.java112 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NullAwViewMethods
DAwContents.java730 awViewMethodsImpl.onFocusChanged(mContainerView.hasFocus(), 0, null); in onContainerViewChanged()
803 if (wasFocused) onFocusChanged(false, 0, null); in receivePopupContents()
829 if (wasFocused) onFocusChanged(true, 0, null); in receivePopupContents()
1748 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AwContents
1750 mAwViewMethods.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
2403 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) {
2405 mContentViewCore.onFocusChanged(focused);
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
DAwTestContainerView.java87 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AwTestContainerView
88 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
89 mAwContents.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentView.java98 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ContentView
100 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
101 mContentViewCore.onFocusChanged(gainFocus); in onFocusChanged()
DContentViewCore.java1688 public void onFocusChanged(boolean gainFocus) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPasswordTransformationMethod.java32 … public void onFocusChanged(View view, CharSequence charSequence, boolean b, int i, Rect rect) { } in onFocusChanged() method in ShadowPasswordTransformationMethod
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DViewTest.java499 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ViewTest.FocusableView
500 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
Dbg.js89 "windowFocusChanged": chrome.windows.onFocusChanged,
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
Dtabs_api.js147 chrome.windows.onFocusChanged.addListener(function(windowId) {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dchrome_extension_externs.js575 chrome.windows.onFocusChanged;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
Daccessibility_api_handler.js232 chrome.windows.onFocusChanged.addListener(goog.bind(function(windowId) {
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeBackgroundScript.js1111 …n(cvox.AbstractEarcons.TASK_SUCCESS))},this))},this));chrome.windows.onFocusChanged.addListener(go…