Searched refs:windowLayoutParams (Results 1 – 10 of 10) sorted by relevance
70 private val windowLayoutParams = WindowManager.LayoutParams().apply { regex157 windowLayoutParams.packageName = context.opPackageName169 windowManager.addView(rippleView, windowLayoutParams)
224 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged() local225 mLayout.setLayoutParams(windowLayoutParams); in onParentBoundsChanged()227 relayout(windowLayoutParams); in onParentBoundsChanged()
219 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged() local220 mLayout.setLayoutParams(windowLayoutParams); in onParentBoundsChanged()222 relayout(windowLayoutParams); in onParentBoundsChanged()
183 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged() local184 mLayout.setLayoutParams(windowLayoutParams); in onParentBoundsChanged()185 relayout(windowLayoutParams); in onParentBoundsChanged()
327 protected void relayout(WindowManager.LayoutParams windowLayoutParams) { in relayout() argument331 mViewHost.relayout(windowLayoutParams); in relayout()
115 WindowManager.LayoutParams windowLayoutParams = new WindowManager.LayoutParams( in createWindow()122 windowLayoutParams.setTitle("ScrollCaptureHelperTest"); in createWindow()123 windowLayoutParams.gravity = Gravity.CENTER; in createWindow()124 mWm.addView(mContentRoot, windowLayoutParams); in createWindow()
104 internal abstract val windowLayoutParams: WindowManager.LayoutParams275 it.copyFrom(windowLayoutParams)
127 override val windowLayoutParams =
103 override val windowLayoutParams = commonWindowLayoutParams.apply {
1167 override val windowLayoutParams = commonWindowLayoutParams