Searched refs:mLp (Results 1 – 2 of 2) sorted by relevance
110 private LayoutParams mLp; field in NotificationShadeWindowControllerImpl246 mLp = new LayoutParams( in attach()256 mLp.token = new Binder(); in attach()257 mLp.gravity = Gravity.TOP; in attach()258 mLp.setFitInsetsTypes(0 /* types */); in attach()259 mLp.setTitle("NotificationShade"); in attach()260 mLp.packageName = mContext.getPackageName(); in attach()262 mLp.privateFlags |= PRIVATE_FLAG_OPTIMIZE_MEASURE; in attach()270 mWindowManager.addView(mWindowRootView, mLp); in attach()272 mLpChanged.copyFrom(mLp); in attach()[all …]
86 private WindowManager.LayoutParams mLp; field in StatusBarWindowController146 mLp = getBarLayoutParams(mContext.getDisplay().getRotation()); in attach()149 mWindowManager.addView(mStatusBarWindowView, mLp); in attach()150 mLpChanged.copyFrom(mLp); in attach()348 if (mLp != null && mLp.copyFrom(mLpChanged) != 0) {349 mWindowManager.updateViewLayout(mStatusBarWindowView, mLp);