diff options
author | Wale Ogunwale <ogunwale@google.com> | 2019-11-16 08:23:42 -0800 |
---|---|---|
committer | Wale Ogunwale <ogunwale@google.com> | 2019-11-19 23:37:07 +0000 |
commit | 7a8889a816607448fc0a897f69826477a17f575d (patch) | |
tree | 0acef3d334d900de17ab4d0bac22c5a1465e3ef3 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 18325cf2d40bc5bdc2881655c026000870f5dba9 (diff) |
Remove Task#numFullscreen & ActivityRecord#sendingToBottom/remove (70/n)
- Task#numberFullscreen was only used in one location where we
needed to figure-out if the task has occluding activities.
Just use the hierarchy to figure that out vs. keeping track of
a variable that adds confusion.
- ActivityRecord#sendingToBottom was used to prevent focus and
orientation changes from activity moved to the bottom, however
since we are traversing the hierarchy from top-to-bottom we
should process activities on-top first vs the onces that have
already moved to the bottom.
- ActivityRecord#remove is no longer needed as the object won't
be connected to the hierarchy when it is removed.
Test: They pass!
Bug: 80414790
Bug: 35699615
Change-Id: I23f6501a65bf745dc0fb819c30543cd21241fa91
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions