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

/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java229 private ViewGroup mClingLayout; field in class:ImmersiveModeConfirmation.ClingWindowView
234 if (mClingLayout != null && mClingLayout.getParent() != null) {
235 mClingLayout.setLayoutParams(getBubbleLayoutParams());
248 mClingLayout.getLocationInWindow(mTmpInt2);
254 mTmpInt2[0] + mClingLayout.getWidth(),
255 mTmpInt2[1] + mClingLayout.getHeight());
288 mClingLayout = (ViewGroup)
291 final Button ok = (Button) mClingLayout.findViewById(R.id.ok);
298 addView(mClingLayout, getBubbleLayoutParam
[all...]

Completed in 59 milliseconds