/aosp12/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
H A D | TouchModeFocusChangeTest.java | 67 assertNull("activity shouldn't have focus", mActivity.getCurrentFocus()); in testTouchButtonNotTakeFocus()
|
H A D | TouchModeFocusableTest.java | 89 assertNull("nothing should have focus", getActivity().getCurrentFocus()); in testEnterTouchModeGivesFocusBackToFocusableInTouchMode()
|
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/ |
H A D | MockWindow.java | 76 public View getCurrentFocus() { in getCurrentFocus() method in MockWindow
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/search/ |
H A D | ContactResultsFragment.java | 114 View focusedView = getActivity().getCurrentFocus(); in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | SetupSkipDialog.java | 202 View view = activity.getCurrentFocus(); in onClick()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
H A D | CallLogAdapter.java | 178 activity.getCurrentFocus(), 216 activity.getCurrentFocus(), 425 activity.getCurrentFocus(), in checkMarkCallLogEntry() 458 activity.getCurrentFocus(), in uncheckMarkCallLogEntry()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
H A D | ConfirmLockPinPasswordFragment.java | 289 View currentFocus = getActivity().getCurrentFocus(); in hideKeyboard()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Dialog.java | 526 public @Nullable View getCurrentFocus() { in getCurrentFocus() method in Dialog 527 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
|
H A D | Activity.java | 1135 public View getCurrentFocus() { in getCurrentFocus() method in Activity 1136 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus() 1960 View focus = getCurrentFocus(); in onResume() 2391 View focus = getCurrentFocus(); in onPause() 8411 getAutofillManager().onAuthenticationResult(requestCode, resultData, getCurrentFocus());
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
H A D | SearchFragment.java | 346 View view = activity.getCurrentFocus(); in hideKeyboard()
|
/aosp12/packages/apps/Car/SettingsIntelligence/src/com/android/settings/intelligence/search/car/ |
H A D | CarSearchFragment.java | 339 View view = activity.getCurrentFocus(); in hideKeyboard()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationShadeWindowView.java | 423 public View getCurrentFocus() {
|
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
H A D | MainClusterActivity.java | 339 mInputMethodManager.dispatchKeyEventFromInputMethod(getCurrentFocus(), event); in onKeyEvent()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | Window.java | 1611 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Launcher.java | 2925 getSupportedActions(this, getCurrentFocus()).forEach(la -> in onProvideKeyboardShortcuts() 2952 for (LauncherAction la : getSupportedActions(this, getCurrentFocus())) { in onKeyShortcut() 2954 return la.invokeFromKeyboard(getCurrentFocus()); in onKeyShortcut()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 536 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 3942 method @Nullable public android.view.View getCurrentFocus(); 4845 method @Nullable public android.view.View getCurrentFocus(); 50127 method @Nullable public abstract android.view.View getCurrentFocus();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 3303 method public android.view.View getCurrentFocus(); 3941 method public android.view.View getCurrentFocus(); 34447 method public abstract android.view.View getCurrentFocus();
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 576 HSPLandroid/app/Activity;->getCurrentFocus()Landroid/view/View; 22000 HSPLcom/android/internal/policy/PhoneWindow;->getCurrentFocus()Landroid/view/View;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 576 HSPLandroid/app/Activity;->getCurrentFocus()Landroid/view/View; 22047 HSPLcom/android/internal/policy/PhoneWindow;->getCurrentFocus()Landroid/view/View;
|