HomeSort by relevance Sort by last modified time
    Searched refs:clockId (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/utils/
profiler.h 31 Profiler(const clockid_t clockId)
32 : mClockId(clockId), mStartTime(getTimeInMicroSec()), mStartTimes(), mTimes(),
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 183 private void update(RemoteViews clock, City city, int clockId, int labelId, int dayId) {
184 WidgetUtils.setTimeFormat(mContext, clock, true /* showAmPm */, clockId);
187 clock.setTextViewTextSize(clockId, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale);
188 clock.setString(clockId, "setTimeZone", city.getTimeZoneId());
205 clock.setViewVisibility(clockId, View.VISIBLE);
209 private void hide(RemoteViews clock, int clockId, int labelId, int dayId) {
211 clock.setViewVisibility(clockId, View.INVISIBLE);
WidgetUtils.java 145 * @param clockId - id of TextClock view as defined in the clock's layout.
148 int clockId) {
151 clock.setCharSequence(clockId, "setFormat12Hour",
154 clock.setCharSequence(clockId, "setFormat24Hour", Utils.get24ModeFormat());
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 169 int clockId = CLOCK_MONOTONIC;
170 if (TEMP_FAILURE_RETRY(ioctl(fd, EVIOCSCLOCKID, &clockId)) < 0) {
  /frameworks/native/services/inputflinger/
EventHub.cpp     [all...]

Completed in 334 milliseconds