Searched refs:mLpChanged (Results 1 – 3 of 3) sorted by relevance
88 private final LayoutParams mLpChanged; field in NotificationShadeWindowControllerImpl129 mLpChanged = new LayoutParams(); in NotificationShadeWindowControllerImpl()233 mLpChanged.copyFrom(mLp); in attach()305 mLpChanged.preferredMaxDisplayRefreshRate = 0; in applyKeyguardFlags()306 mLpChanged.preferredMinDisplayRefreshRate = 0; in applyKeyguardFlags()317 mLpChanged.preferredMaxDisplayRefreshRate = 0; in applyKeyguardFlags()411 mLpChanged.userActivityTimeout = -1; in applyUserActivityTimeout()419 mLpChanged.inputFeatures |= in applyInputFeatures()422 mLpChanged.inputFeatures &= in applyInputFeatures()431 mLpChanged.privateFlags &= in applyStatusBarColorSpaceAgnosticFlag()[all …]
52 private WindowManager.LayoutParams mLpChanged; field in SystemUIOverlayWindowController67 mLpChanged = new WindowManager.LayoutParams(); in SystemUIOverlayWindowController()112 mLpChanged.copyFrom(mLp); in attach()118 mLpChanged.setFitInsetsTypes(types); in setFitInsetsTypes()119 mLpChanged.setFitInsetsIgnoringVisibility(mUsingStableInsets); in setFitInsetsTypes()125 mLpChanged.setFitInsetsSides(sides); in setFitInsetsSides()126 mLpChanged.setFitInsetsIgnoringVisibility(mUsingStableInsets); in setFitInsetsSides()145 mLpChanged.flags &= ~WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE; in setWindowFocusable()147 mLpChanged.flags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE; in setWindowFocusable()157 mLpChanged.flags |= WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM; in setWindowNeedsInput()[all …]
78 private final WindowManager.LayoutParams mLpChanged; field in StatusBarWindowController95 mLpChanged = new WindowManager.LayoutParams(); in StatusBarWindowController()132 mLpChanged.copyFrom(mLp); in attach()290 mLpChanged.height =297 if (mLp != null && mLp.copyFrom(mLpChanged) != 0) {313 mLpChanged.privateFlags |= PRIVATE_FLAG_FORCE_SHOW_STATUS_BAR;315 mLpChanged.privateFlags &= ~PRIVATE_FLAG_FORCE_SHOW_STATUS_BAR;