Searched refs:mLp (Results 1 – 2 of 2) sorted by relevance
86 private WindowManager.LayoutParams mLp; field in StatusBarWindowController151 mLp = getBarLayoutParams(mContext.getDisplay().getRotation()); in attach()154 mWindowManager.addView(mStatusBarWindowView, mLp); in attach()155 mLpChanged.copyFrom(mLp); in attach()353 if (mLp != null && mLp.copyFrom(mLpChanged) != 0) {354 mWindowManager.updateViewLayout(mStatusBarWindowView, mLp);
121 private LayoutParams mLp; field in NotificationShadeWindowControllerImpl267 mLp = new LayoutParams( in attach()277 mLp.token = new Binder(); in attach()278 mLp.gravity = Gravity.TOP; in attach()279 mLp.setFitInsetsTypes(0 /* types */); in attach()280 mLp.setTitle("NotificationShade"); in attach()281 mLp.packageName = mContext.getPackageName(); in attach()282 mLp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in attach()283 mLp.privateFlags |= PRIVATE_FLAG_OPTIMIZE_MEASURE; in attach()291 mLp.softInputMode = LayoutParams.SOFT_INPUT_ADJUST_NOTHING; in attach()[all …]