summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorNataniel Borges <natanieljr@google.com>2019-02-04 12:42:33 -0800
committerNataniel Borges <natanieljr@google.com>2019-02-04 13:11:38 -0800
commitd22a7cabca19340ad8d73bdcdf18170fa891fa32 (patch)
treee486a64ab62c1c9c4ed6d4f7d54c1be97eb38e29 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent0c0fd656d7ef00783a1fd2528580be0f11798227 (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