Searched refs:mCoreLayoutParams (Results 1 – 1 of 1) sorted by relevance
139 private final WindowManager.LayoutParams mCoreLayoutParams; field in UdfpsController625 mCoreLayoutParams = new WindowManager.LayoutParams( in UdfpsController()629 mCoreLayoutParams.setTitle(TAG); in UdfpsController()630 mCoreLayoutParams.setFitInsetsTypes(0); in UdfpsController()631 mCoreLayoutParams.gravity = Gravity.TOP | Gravity.LEFT; in UdfpsController()632 mCoreLayoutParams.layoutInDisplayCutoutMode = in UdfpsController()722 mCoreLayoutParams.flags = Utils.FINGERPRINT_OVERLAY_LAYOUT_PARAM_FLAGS in computeLayoutParams()732 mCoreLayoutParams.height = 2 * location.sensorRadius + 2 * paddingX; in computeLayoutParams()733 mCoreLayoutParams.width = 2 * location.sensorRadius + 2 * paddingY; in computeLayoutParams()772 mCoreLayoutParams.accessibilityTitle = " "; in computeLayoutParams()[all …]