diff options
author | Gilles Debunne <debunne@google.com> | 2012-01-18 18:02:46 -0800 |
---|---|---|
committer | Gilles Debunne <debunne@google.com> | 2012-01-18 18:39:10 -0800 |
commit | f0d3b7ff72511c9f6b9bf228e5b14ba6a2e35f34 (patch) | |
tree | af23380126249dfe67a0116d18069ab20a59d8f6 /graphics/java/android/renderscript/Program.java | |
parent | b2d81fead90f556279d611b6f15881c663558ad5 (diff) | |
download | frameworks_base-f0d3b7ff72511c9f6b9bf228e5b14ba6a2e35f34.zip frameworks_base-f0d3b7ff72511c9f6b9bf228e5b14ba6a2e35f34.tar.gz frameworks_base-f0d3b7ff72511c9f6b9bf228e5b14ba6a2e35f34.tar.bz2 |
AOOB in AutoComplete
Bug 5749557
Not clear how we can get an AOOB in that case.
tmp will always have the right length, and indeed the stack
trace attached to that bug shows a correct size of 10.
However, there is an index issue when we build the new
completion array. i is not the correct index to use.
Note however that the original buildDropDown method mentioned
is no longer present in the file. I tried to backtrack, but
the use of arraycopy always seemed correct.
Change-Id: Idf749c74b38923b5d18596c8e8f6ea887cc897d6
Diffstat (limited to 'graphics/java/android/renderscript/Program.java')
0 files changed, 0 insertions, 0 deletions