Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java76 private ClingWindowView mClingWindow;
214 private class ClingWindowView extends FrameLayout { class in ImmersiveModeConfirmation
262 ClingWindowView(Context context, Runnable confirm) { in ClingWindowView() method in ImmersiveModeConfirmation.ClingWindowView
358 mClingWindow = new ClingWindowView(mContext, mConfirm); in handleShow()