Home
last modified time | relevance | path

Searched refs:focusId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DHttpAuthenticationDialog.java93 int focusId = mDialog.getCurrentFocus().getId(); in reshow() local
103 if (focusId != 0) { in reshow()
104 mDialog.findViewById(focusId).requestFocus(); in reshow()