Searched refs:onWindowFocusChanged (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DMovieView.java89 public void onWindowFocusChanged(boolean hasFocus) { method in class:MovieView
/packages/apps/LegacyCamera/src/com/android/camera/
H A DActivityBase.java53 public void onWindowFocusChanged(boolean hasFocus) { method in class:ActivityBase
54 if (LOGV) Log.v(TAG, "onWindowFocusChanged.hasFocus=" + hasFocus
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DActivityController.java227 * @see android.app.Activity#onWindowFocusChanged(boolean)
230 void onWindowFocusChanged(boolean hasFocus); method in interface:ActivityController
H A DMailActivity.java319 public void onWindowFocusChanged(boolean hasFocus) { method in class:MailActivity
320 super.onWindowFocusChanged(hasFocus);
321 mController.onWindowFocusChanged(hasFocus);
H A DTwoPaneController.java191 public void onWindowFocusChanged(boolean hasFocus) { method in class:TwoPaneController
H A DAbstractActivityController.java2242 public void onWindowFocusChanged(boolean hasFocus) { method in class:AbstractActivityController
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionView.java310 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:KindSectionView
311 super.onWindowFocusChanged(hasWindowFocus);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchActivity.java311 public void onWindowFocusChanged(boolean hasFocus) { method in class:SearchActivity
312 super.onWindowFocusChanged(hasFocus);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java217 public void onWindowFocusChanged(boolean hasFocus) { method in class:ModeListView.ModeListState
628 public void onWindowFocusChanged(boolean hasFocus) { method in class:ModeListView.ShimmyState
1478 public void onWindowFocusChanged(boolean hasFocus) { method in class:ModeListView
1479 super.onWindowFocusChanged(hasFocus);
1480 mCurrentStateManager.getCurrentState().onWindowFocusChanged(hasFocus);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupWizardActivity.java394 public void onWindowFocusChanged(final boolean hasFocus) { method in class:SetupWizardActivity
395 super.onWindowFocusChanged(hasFocus);
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java842 public void onWindowFocusChanged(boolean hasFocus) { method in class:SendUi
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1149 public void onWindowFocusChanged(boolean hasFocus) { method in class:Launcher
1150 super.onWindowFocusChanged(hasFocus);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java852 public void onWindowFocusChanged(boolean hasFocus) {
853 super.onWindowFocusChanged(hasFocus);
865 Log.d(TAG, "called hideSoftInputFromWindow from onWindowFocusChanged");
2876 public void onWindowFocusChanged(boolean hasFocus) { method in class:Launcher

Completed in 1130 milliseconds