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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1578 static private final String FOCUSED_ID_TAG = "android:focusedViewId"; field in class:PhoneWindow
1599 outState.putInt(FOCUSED_ID_TAG, focusedView.getId());
1638 int focusedViewId = savedInstanceState.getInt(FOCUSED_ID_TAG, View.NO_ID);

Completed in 12 milliseconds