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.java180 private void update(RemoteViews rv, City city, int clockId, int labelId, int dayId) {
181 rv.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(0.4f, false));
182 rv.setCharSequence(clockId, "setFormat24Hour", Utils.get24ModeFormat(false));
186 rv.setTextViewTextSize(clockId, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale);
187 rv.setString(clockId, "setTimeZone", city.getTimeZone().getID());
204 rv.setViewVisibility(clockId, View.VISIBLE);
208 private void hide(RemoteViews clock, int clockId, int labelId, int dayId) {
210 clock.setViewVisibility(clockId, View.INVISIBLE);
/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()