Searched refs:widgetBackgroundBounds (Results 1 – 1 of 1) sorted by relevance
1014 final RectF widgetBackgroundBounds = new RectF(); in getOpeningWindowAnimatorsForWidget() local1035 v, widgetBackgroundBounds, in getOpeningWindowAnimatorsForWidget()1076 final FloatProp mDx = new FloatProp(widgetBackgroundBounds.centerX(), in getOpeningWindowAnimatorsForWidget()1078 final FloatProp mDy = new FloatProp(widgetBackgroundBounds.centerY(), in getOpeningWindowAnimatorsForWidget()1080 final FloatProp mWidth = new FloatProp(widgetBackgroundBounds.width(), in getOpeningWindowAnimatorsForWidget()1082 final FloatProp mHeight = new FloatProp(widgetBackgroundBounds.height(), in getOpeningWindowAnimatorsForWidget()1094 widgetBackgroundBounds.set(mDx.value - mWidth.value / 2f, in getOpeningWindowAnimatorsForWidget()1098 mAppWindowScale = widgetBackgroundBounds.width() / windowTargetBounds.width(); in getOpeningWindowAnimatorsForWidget()1102 Math.round(widgetBackgroundBounds.height() / mAppWindowScale) /* bottom */); in getOpeningWindowAnimatorsForWidget()1103 matrix.setTranslate(widgetBackgroundBounds.left, widgetBackgroundBounds.top); in getOpeningWindowAnimatorsForWidget()[all …]