Searched refs:widgetBackgroundBounds (Results 1 – 1 of 1) sorted by relevance
929 final RectF widgetBackgroundBounds = new RectF(); in getOpeningWindowAnimatorsForWidget() local950 v, widgetBackgroundBounds, in getOpeningWindowAnimatorsForWidget()991 final FloatProp mDx = new FloatProp(widgetBackgroundBounds.centerX(), in getOpeningWindowAnimatorsForWidget()993 final FloatProp mDy = new FloatProp(widgetBackgroundBounds.centerY(), in getOpeningWindowAnimatorsForWidget()995 final FloatProp mWidth = new FloatProp(widgetBackgroundBounds.width(), in getOpeningWindowAnimatorsForWidget()997 final FloatProp mHeight = new FloatProp(widgetBackgroundBounds.height(), in getOpeningWindowAnimatorsForWidget()1009 widgetBackgroundBounds.set(mDx.value - mWidth.value / 2f, in getOpeningWindowAnimatorsForWidget()1013 mAppWindowScale = widgetBackgroundBounds.width() / windowTargetBounds.width(); in getOpeningWindowAnimatorsForWidget()1017 Math.round(widgetBackgroundBounds.height() / mAppWindowScale) /* bottom */); in getOpeningWindowAnimatorsForWidget()1018 matrix.setTranslate(widgetBackgroundBounds.left, widgetBackgroundBounds.top); in getOpeningWindowAnimatorsForWidget()[all …]