Home | History | Annotate | Download | only in app

Lines Matching defs:getCurrentFocus

493      * Call {@link android.view.Window#getCurrentFocus} on the
499 * @see android.view.Window#getCurrentFocus
501 public @Nullable View getCurrentFocus() {
502 return mWindow != null ? mWindow.getCurrentFocus() : null;