Searched defs:onWindowFocusChanged (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java64 public void onWindowFocusChanged(boolean hasFocus) { method in class:SoftInputWindow
65 super.onWindowFocusChanged(hasFocus);
/frameworks/native/include/android/
H A Dnative_activity.h162 void (*onWindowFocusChanged)(ANativeActivity* activity, int hasFocus); member in struct:ANativeActivityCallbacks
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAbsKeyInputView.java73 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:KeyguardAbsKeyInputView
H A DKeyguardPatternView.java234 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:KeyguardPatternView
235 super.onWindowFocusChanged(hasWindowFocus);
H A DKeyguardHostView.java1427 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:KeyguardHostView
1428 super.onWindowFocusChanged(hasWindowFocus);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java115 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:NotificationRowLayout
116 super.onWindowFocusChanged(hasWindowFocus);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateICS.java309 public void onWindowFocusChanged(boolean hasFocus) { method in class:ActionBarActivityDelegateICS.WindowCallbackWrapper
310 mWrapped.onWindowFocusChanged(hasFocus);
/frameworks/base/core/java/android/app/
H A DNativeActivity.java254 public void onWindowFocusChanged(boolean hasFocus) { method in class:NativeActivity
255 super.onWindowFocusChanged(hasFocus);
H A DDialog.java684 public void onWindowFocusChanged(boolean hasFocus) { method in class:Dialog
H A DActivity.java1077 * front. Use {@link #onWindowFocusChanged} to know for certain that your
2328 * @see View#onWindowFocusChanged(boolean)
2330 public void onWindowFocusChanged(boolean hasFocus) { method in class:Activity
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java279 public void onWindowFocusChanged(boolean hasFocus) { method in class:DreamService
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java80 public void onWindowFocusChanged(boolean hasFocus); method in interface:ViewTreeObserver.OnWindowFocusChangeListener
771 listener.onWindowFocusChanged(hasFocus);
H A DWindow.java321 * {@link View#onWindowFocusChanged(boolean)
322 * View.onWindowFocusChanged(boolean)} for more information.
326 public void onWindowFocusChanged(boolean hasFocus); method in interface:Window.Callback
H A DView.java240 * <td><code>{@link #onWindowFocusChanged(boolean)}</code></td>
5374 * @see #onWindowFocusChanged(boolean)
7578 onWindowFocusChanged(hasFocus);
7591 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:View
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java575 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:IconMenuView
581 super.onWindowFocusChanged(hasWindowFocus);
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java983 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:AutoCompleteTextView
984 super.onWindowFocusChanged(hasWindowFocus);
H A DSearchView.java1239 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:SearchView
1240 super.onWindowFocusChanged(hasWindowFocus);
1709 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:SearchView.SearchAutoComplete
1710 super.onWindowFocusChanged(hasWindowFocus);
H A DEditor.java991 void onWindowFocusChanged(boolean hasWindowFocus) { method in class:Editor
H A DAbsListView.java2676 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:AbsListView
2677 super.onWindowFocusChanged(hasWindowFocus);
H A DTextView.java7555 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:TextView
7556 super.onWindowFocusChanged(hasWindowFocus);
7558 if (mEditor != null) mEditor.onWindowFocusChanged(hasWindowFocus);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java321 public void onWindowFocusChanged(boolean hasWindowFocus); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2127 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:WebView
2128 mProvider.getViewDelegate().onWindowFocusChanged(hasWindowFocus);
2129 super.onWindowFocusChanged(hasWindowFocus);
H A DWebViewClassic.java5507 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:WebViewClassic
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1197 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:SearchView
1198 super.onWindowFocusChanged(hasWindowFocus);
1642 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:SearchView.SearchAutoComplete
1643 super.onWindowFocusChanged(hasWindowFocus);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2451 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:PhoneWindow.DecorView
2452 super.onWindowFocusChanged(hasWindowFocus);
2462 cb.onWindowFocusChanged(hasWindowFocus);

Completed in 562 milliseconds