summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorJeff Chang <chengjeff@google.com>2019-12-27 16:15:09 +0800
committerJeff Chang <chengjeff@google.com>2019-12-27 17:08:52 +0800
commitc8e20e0b242e41bfc9bcfad89df874aa5b15cc4a (patch)
tree579d290ee42691116f6b9436e07e487c5a2460ba /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parentbaa2cea8c362d54e763be5b316e5fbd8bcd3fc28 (diff)
Simplify the activity lifecycle from START to STOP
When the life cycle of activity stay in START state and plan to STOP state soon. We can jump to the STOP state directly instead of going through the RESUME and PAUSE state. Basically, applications like to do things on RESUME state, we don't need to let application to handle the case because it already plan to STOP. This CL simplify the lifecycle path for the condition and update the related test case. Bug: 143125452 Test: atest TransactionExecutorTests atest ActivityLifecycleTests Change-Id: Id4164eae211587a2dd4e845970ef41cc38ce430d
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions