2D Recents: Keep nav bar hidden from transition thumbnail
am: b68b765cbf
Change-Id: I4a64e5ef354f16ba1bef1196f1a44bbffbc3c880
This commit is contained in:
@@ -1105,8 +1105,10 @@ public class AppTransition implements Dump {
|
|||||||
// We scale the width and clip to the top/left square
|
// We scale the width and clip to the top/left square
|
||||||
float scale = thumbWidth /
|
float scale = thumbWidth /
|
||||||
(appWidth - contentInsets.left - contentInsets.right);
|
(appWidth - contentInsets.left - contentInsets.right);
|
||||||
int unscaledThumbHeight = (int) (thumbHeight / scale);
|
if (!mGridLayoutRecentsEnabled) {
|
||||||
mTmpFromClipRect.bottom = mTmpFromClipRect.top + unscaledThumbHeight;
|
int unscaledThumbHeight = (int) (thumbHeight / scale);
|
||||||
|
mTmpFromClipRect.bottom = mTmpFromClipRect.top + unscaledThumbHeight;
|
||||||
|
}
|
||||||
|
|
||||||
mNextAppTransitionInsets.set(contentInsets);
|
mNextAppTransitionInsets.set(contentInsets);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user