Searched defs:onFocusChanged (Results 1 - 14 of 14) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPasswordTransformationMethod.java32 public void onFocusChanged(View view, CharSequence charSequence, boolean b, int i, Rect rect) { } method in class:ShadowPasswordTransformationMethod
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Dtabs_api_handler.js42 chrome.windows.onFocusChanged.addListener(this.onFocusChanged.bind(this));
118 * Handles chrome.windows.onFocusChanged.
121 onFocusChanged: function(windowId) {
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwViewMethods.java97 * @see android.view.View#onFocusChanged
99 void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); method in interface:AwViewMethods
H A DNullAwViewMethods.java112 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:NullAwViewMethods
H A DFullScreenView.java118 public void onFocusChanged(final boolean focused, final int direction, method in class:FullScreenView
120 super.onFocusChanged(focused, direction, previouslyFocusedRect);
121 mAwViewMethods.onFocusChanged(
H A DAwContents.java746 awViewMethodsImpl.onFocusChanged(mContainerView.hasFocus(), 0, null);
832 if (wasFocused) onFocusChanged(false, 0, null);
858 if (wasFocused) onFocusChanged(true, 0, null);
1807 * @see android.view.View#onFocusChanged()
1809 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:AwContents
1811 mAwViewMethods.onFocusChanged(focused, direction, previouslyFocusedRect);
2463 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:AwContents.AwViewMethodsImpl
2466 mContentViewCore.onFocusChanged(focused);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java98 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:ContentView
100 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
101 mContentViewCore.onFocusChanged(gainFocus);
H A DContentViewCore.java1520 public void onFocusChanged(boolean gainFocus) { method in class:ContentViewCore
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewTest.java499 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:ViewTest.FocusableView
500 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java312 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { method in class:AwTestContainerView
313 super.onFocusChanged(focused, direction, previouslyFocusedRect);
314 mAwContents.onFocusChanged(focused, direction, previouslyFocusedRect);
/external/robolectric/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 299 milliseconds