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

/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java193 private ViewGroup mClingLayout; field in class:ImmersiveModeConfirmation.ClingWindowView
198 if (mClingLayout != null && mClingLayout.getParent() != null) {
199 mClingLayout.setLayoutParams(getBubbleLayoutParams());
212 mClingLayout.getLocationInWindow(mTmpInt2);
218 mTmpInt2[0] + mClingLayout.getWidth(),
219 mTmpInt2[1] + mClingLayout.getHeight());
252 mClingLayout = (ViewGroup)
255 final Button ok = (Button) mClingLayout.findViewById(R.id.ok);
262 addView(mClingLayout, getBubbleLayoutParam
[all...]

Completed in 31 milliseconds