summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorRiddle Hsu <riddlehsu@google.com>2021-07-29 23:00:45 +0800
committerRiddle Hsu <riddlehsu@google.com>2021-07-29 23:28:19 +0800
commita55c81d1de273af8b37fc517c2ca7d01cd194a75 (patch)
treed96950b836aa809fb1801033b506303c84332dfd /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent23ba83b769a59a801cbeb64eea938d4886ee4322 (diff)
Check task switch by comparing the previous top task
Previously, the top task used for checking task switch is obtained after reusing existing task. So the existing target task may have been moved to front, that causes misleading that there is no task switch, and no starting window. This change gets top task at the beginning of the start request, so it can get the actual previous task. This also makes commit 60f9c97 effective again for the common cases to back-transfer the starting window. Also remove unused mKeepCurTransition. Bug: 195007725 Test: ActivityStarterTests Test: There should be a starting window when launching new activity on an existing task from different task. Change-Id: Ic402ec83be47e6a5e12eee2c700f9d8079e89389
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions