Searched defs:windowLayoutParams (Results 1 – 5 of 5) sorted by relevance
70 private val windowLayoutParams = WindowManager.LayoutParams().apply { regex
219 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged() local
224 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged() local
183 WindowManager.LayoutParams windowLayoutParams = getWindowLayoutParams(); in onParentBoundsChanged() local
327 protected void relayout(WindowManager.LayoutParams windowLayoutParams) { in relayout()