Searched refs:wmlp (Results 1 – 4 of 4) sorted by relevance
89 WindowManager.LayoutParams wmlp = new WindowManager.LayoutParams( in testActionOutsideDoesNotContainedObscuredInformation() local99 wmlp.width = size.x / 4; in testActionOutsideDoesNotContainedObscuredInformation()100 wmlp.height = size.y / 4; in testActionOutsideDoesNotContainedObscuredInformation()101 wmlp.gravity = Gravity.TOP | Gravity.LEFT; in testActionOutsideDoesNotContainedObscuredInformation()102 wmlp.setTitle(mActivity.getPackageName()); in testActionOutsideDoesNotContainedObscuredInformation()112 wm.addView(v, wmlp); in testActionOutsideDoesNotContainedObscuredInformation()114 wmlp.gravity = Gravity.TOP | Gravity.RIGHT; in testActionOutsideDoesNotContainedObscuredInformation()121 wm.addView(v, wmlp); in testActionOutsideDoesNotContainedObscuredInformation()137 wm.updateViewLayout(view, wmlp); in testActionOutsideDoesNotContainedObscuredInformation()
292 val wmlp = WindowManager.LayoutParams() in onTouch() constant293 wmlp.copyFrom(slipperyLayoutParams) in onTouch()294 wmlp.gravity = Gravity.BOTTOM or Gravity.RIGHT in onTouch()299 windowManager.updateViewLayout(relayoutView, wmlp) in onTouch()
139 WindowManager.LayoutParams wmlp = new WindowManager.LayoutParams( in doShowApplicationOverlay() local144 wmlp.width = size.x / 4; in doShowApplicationOverlay()145 wmlp.height = size.y / 4; in doShowApplicationOverlay()146 wmlp.gravity = Gravity.CENTER | Gravity.LEFT; in doShowApplicationOverlay()147 wmlp.setTitle(getPackageName()); in doShowApplicationOverlay()156 wm.addView(v, wmlp); in doShowApplicationOverlay()
121 WindowManager.LayoutParams wmlp = new WindowManager.LayoutParams( in showApplicationOverlay() local126 wmlp.width = size.x / 4; in showApplicationOverlay()127 wmlp.height = size.y / 4; in showApplicationOverlay()128 wmlp.gravity = Gravity.CENTER | Gravity.LEFT; in showApplicationOverlay()129 wmlp.setTitle(ctx.getPackageName()); in showApplicationOverlay()138 wm.addView(v, wmlp); in showApplicationOverlay()