summaryrefslogtreecommitdiff
path: root/opengl/tests/gl_basic/gl_basic.cpp
diff options
context:
space:
mode:
authorAndrii Kulian <akulian@google.com>2021-07-15 13:06:15 -0700
committerAndrii Kulian <akulian@google.com>2021-07-20 17:46:55 -0700
commit1e2187cfea28d8d5057ad50e30756162982e9d05 (patch)
tree646173f1ef9f3a434e781ddb274bd7ddafd81dbd /opengl/tests/gl_basic/gl_basic.cpp
parentf7224f068f783060608ffce90653aef50b662231 (diff)
Add hidden ATM method to use in TaskFragmentOrganizer
getActivityBelow() is necessary to check if a split rule should be applied for two activities on top of each other. This will only report an activity that belongs to the same process. When an application starts an activity B on top of an existing activity A normally, there might be a split rule to put them side-by-side. Organizer needs to know that activities A and B are on top of each other to check, so it can either intercept new activity launch or observe it after it happens and check the rules then. The second approach results in a cleaner implementation, but it also means that the organizer needs a reliable way to check which activity is directly below the launched one. There is no reliable source of info for that on the client side yet. Bug: 190433398 Bug: 190433500 Test: Manual, using the reference implementation of the organizer. Change-Id: I0e0116b1b0144e0ba4d19039d78c34495fbe4457
Diffstat (limited to 'opengl/tests/gl_basic/gl_basic.cpp')
0 files changed, 0 insertions, 0 deletions