diff options
author | Nataniel Borges <natanieljr@google.com> | 2019-02-04 12:42:33 -0800 |
---|---|---|
committer | Nataniel Borges <natanieljr@google.com> | 2019-02-04 13:11:38 -0800 |
commit | d22a7cabca19340ad8d73bdcdf18170fa891fa32 (patch) | |
tree | e486a64ab62c1c9c4ed6d4f7d54c1be97eb38e29 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | 0c0fd656d7ef00783a1fd2528580be0f11798227 (diff) |
Fix `break` location for WM Service message handler
The message handler for the WM Service is implemented in a switch
statement. For each case the `break` command is located in different
locations, making it harder to debug and easier to make mistakes.
Move the break conditions to the same location in all messages.
Test: Check the conditions of the `handleMessage` method. All messages
should end with a `break` command, within their body
Change-Id: Ibd225547d46ae1b092c071824570e5dbe01a8dca
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions