Searched refs:mWindowParams (Results 1 – 1 of 1) sorted by relevance
185 private WindowManager.LayoutParams mWindowParams; field in OverlayDisplayWindow.JellybeanMr1Impl227 mWindowManager.addView(mWindowContent, mWindowParams); in show()256 mWindowManager.updateViewLayout(mWindowContent, mWindowParams); in relayout()285 mWindowParams = new WindowManager.LayoutParams( in createWindow()287 mWindowParams.flags |= WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN in createWindow()293 mWindowParams.flags |= WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE; in createWindow()295 mWindowParams.alpha = WINDOW_ALPHA; in createWindow()296 mWindowParams.gravity = Gravity.TOP | Gravity.LEFT; in createWindow()297 mWindowParams.setTitle(mName); in createWindow()345 mWindowParams.x = x; in updateWindowParams()[all …]