summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorriddle_hsu <riddle_hsu@htc.com>2014-01-09 20:24:34 +0800
committerriddle_hsu <riddle_hsu@htc.com>2014-01-09 20:24:34 +0800
commit446ef1de8d373c1b017df8d19ebf9a47811fb402 (patch)
tree9ab44abf5e9b6b149bdc922cabe2f1a277523538 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent76d5cdd820b5d81af8de73180c272d7f8a01caae (diff)
Fix visibility of multiple non-fullscreen activities.
Issue detail: Assume X, Y are non-fullscreen activities. a.Home starts an activity X in task A in application stack. b.X starts an activity Y in <task A> or <new task B> c.Activity X will be invisible. How to fix: Because the function "isActivityOverHome" means an activity is able to see home. But there may have many non-fullscreen activities between the top non-fullscreen activity and home. If flag "behindFullscreen" is set, those middle activities will be invisible. So it should only take care from who is adjacent to home. Then check two flags frontOfTask(task root) and mOnTopOfHome for constraining the condition. Change-Id: I60bcea304976414e44835a0a38675aae365e9e19
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions