Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetCityViewsFactory.kt160 private fun update(rv: RemoteViews, city: City, clockId: Int, labelId: Int, dayId: Int) { in update()
161 rv.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(0.4f, false)) in update()
162 rv.setCharSequence(clockId, "setFormat24Hour", Utils.get24ModeFormat(false)) in update()
166 rv.setTextViewTextSize(clockId, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale) in update()
167 rv.setString(clockId, "setTimeZone", city.timeZone.id) in update()
184 rv.setViewVisibility(clockId, View.VISIBLE) in update()
188 private fun hide(clock: RemoteViews, clockId: Int, labelId: Int, dayId: Int) { in hide()
190 clock.setViewVisibility(clockId, View.INVISIBLE) in hide()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dprofiler.h31 Profiler(const clockid_t clockId) in Profiler() argument
32 : mClockId(clockId), mStartTime(getTimeInMicroSec()), mStartTimes(), mTimes(), in Profiler()