[go: nahoru, domu]

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

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2059 static private final String FOCUSED_ID_TAG = "android:focusedViewId"; field in class:PhoneWindow
2082 outState.putInt(FOCUSED_ID_TAG, focusedView.getId());
2135 int focusedViewId = savedInstanceState.getInt(FOCUSED_ID_TAG, View.NO_ID);

Completed in 38 milliseconds