diff options
author | Anthony Lee <anthonylee@google.com> | 2014-09-11 09:21:38 -0700 |
---|---|---|
committer | Anthony Lee <anthonylee@google.com> | 2014-09-11 12:37:29 -0700 |
commit | b78890c159f9f06617712261e6c9f284841f2357 (patch) | |
tree | 1a06a15aa7a4a6a7b82eefcdba3875cdf91a399d /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 2f67e237383ae6e76c44333ab79c6f0d1e3e568d (diff) |
isValidSlotId() and isValidPhoneId() updated to handle negatives.
The old version of the code wanted to just check to make sure
that the slot/phone id is greater than INVALID_SLOT_ID or
INVALID_PHONE_ID that are both currently defined to be -1000. The
changes are made for 2 reasons. First, INVALID_SLOT_ID and/or
INVALID_PHONE_ID might not always be defined to be a negative value
so there is a big assumption. Secondly, anything greater than
-1000 allows other negative values to be considered valid ids.
Bug: 17243556
Change-Id: I2bbfcc2cfd2d7c4772dfb9c50af2dc88c0f315e2
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions