Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSizeCompatModeActivityController.java274 View popupView = LayoutInflater.from(getContext()).inflate( in showHint() local
276 PopupWindow popupWindow = new PopupWindow(popupView, in showHint()
284 Button gotItButton = popupView.findViewById(R.id.got_it); in showHint()