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/policy/
DImmersiveModeConfirmation.java70 private ClingWindowView mClingWindow;
207 private class ClingWindowView extends FrameLayout { class in ImmersiveModeConfirmation
255 public ClingWindowView(Context context, Runnable confirm) { in ClingWindowView() method in ImmersiveModeConfirmation.ClingWindowView
338 mClingWindow = new ClingWindowView(mContext, mConfirm); in handleShow()