summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorHidenari Koshimae <hidenari.koshimae@sonymobile.com>2016-10-18 20:43:16 +0900
committerHidenari Koshimae <hidenari.koshimae@sonymobile.com>2016-10-25 08:19:36 +0000
commit0c3149191fbbfdc5242f8dd8a02f561f1ce604c3 (patch)
tree9e11458e315142677530f460146d41fb4f7fa608 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parentff5c3ad08b186e71b7b1466c576c5d44f05746ca (diff)
CountDownTimer: not skip onTick()
CoundDownTimer internally performs counting down with a handler and fires onTick() callback at countdown intervals. At this internal counting down, firing onTick() is skipped if the account of time until finished is less than countdown interval. Due to this skip of onTick(), user will miss last onTick() callback. This change ensures CountDownTimer to fires every onTick() callback until the time is up. Bug: 32392931 Change-Id: I951f5cd46743873d7f8c353f8cf8c700999d8ae0
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions