Home
last modified time | relevance | path

Searched refs:mCurrentSecond (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DDurationPicker.java34 private int mCurrentSecond = 0; // 0-59 field in DurationPicker
91 mCurrentSecond = newVal; in DurationPicker()
154 return mCurrentSecond; in getCurrentSecond()
161 mCurrentSecond = currentSecond; in setCurrentSecond()
192 mSecondPicker.setCurrent(mCurrentSecond); in updateSecondDisplay()
205 return (((((mCurrentDay * 24l + mCurrentHour) * 60) + mCurrentMinute) * 60) + mCurrentSecond); in getDuration()