summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/Allocation.java
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2016-01-27 02:10:08 -0800
committerJorim Jaggi <jjaggi@google.com>2016-01-27 14:00:02 -0800
commita4a58efe8203d63a9a6bf78b0fa9f2992b25871b (patch)
tree112bddba545fd9c020aa85ca2b0ba88b86890185 /rs/java/android/renderscript/Allocation.java
parent08b372f71ad24ce29b86ace726bd12d2326ae87e (diff)
Fix app staying in drag resizing when undocking
When dismissing the docked stack, the fullscreen stack stayed in drag resize mode because it got a relayout, but because the bounds didn't change (it switches to the fullscreen layout a bit earlier) it never called WM.relayoutWindow, so it stayed in drag resize mode indefinitely. To fix this, introduce forceRelayout in Window.resized(), which makes sure the client always calls relayoutWindow. Set this to true whenever drag resizing is changing. For some very weird reason this also broke that home button was not responding anymore. Bug: 26806532 Change-Id: I4b39c1c419a166aa7093c31226f2a4915f642328
Diffstat (limited to 'rs/java/android/renderscript/Allocation.java')
0 files changed, 0 insertions, 0 deletions