Searched refs:mWindowParams (Results 1 – 3 of 3) sorted by relevance
80 private WindowManager.LayoutParams mWindowParams; field in OverlayDisplayWindow130 mWindowManager.addView(mWindowContent, mWindowParams); in show()166 mWindowManager.updateViewLayout(mWindowContent, mWindowParams); in relayout()176 pw.println("mWindowParams=" + mWindowParams); in dump()215 mWindowParams = new WindowManager.LayoutParams( in createWindow()217 mWindowParams.flags |= WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN in createWindow()223 mWindowParams.flags |= WindowManager.LayoutParams.FLAG_SECURE; in createWindow()226 mWindowParams.flags |= WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE; in createWindow()228 mWindowParams.privateFlags |= in createWindow()230 mWindowParams.alpha = WINDOW_ALPHA; in createWindow()[all …]
204 private WindowManager.LayoutParams mWindowParams; field in OverlayDisplayWindow.JellybeanMr1Impl246 mWindowManager.addView(mWindowContent, mWindowParams); in show()280 mWindowManager.updateViewLayout(mWindowContent, mWindowParams); in relayout()311 mWindowParams = new WindowManager.LayoutParams( in createWindow()314 mWindowParams = new WindowManager.LayoutParams( in createWindow()317 mWindowParams.flags |= WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN in createWindow()323 mWindowParams.flags |= WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE; in createWindow()325 mWindowParams.alpha = WINDOW_ALPHA; in createWindow()326 mWindowParams.gravity = Gravity.TOP | Gravity.LEFT; in createWindow()327 mWindowParams.setTitle(mName); in createWindow()[all …]
278 private WindowManager.LayoutParams mWindowParams;1265 mWindowParams = new WindowManager.LayoutParams(1268 mWindowParams.privateFlags |=1270 mWindowParams.gravity = Gravity.START | Gravity.TOP;1271 mWindowParams.token = windowToken;1272 mWindowManager.addView(mOverlayViewContainer, mWindowParams);1292 mWindowParams.x = frame.left;1293 mWindowParams.y = frame.top;1294 mWindowParams.width = frame.right - frame.left;1295 mWindowParams.height = frame.bottom - frame.top;[all …]