Searched refs:ctm (Results 1 – 2 of 2) sorted by relevance
3356 long ctm = System.currentTimeMillis(); in fixTimeZone() local3357 long tzOffset = zone.getOffset(ctm); in fixTimeZone()3360 " ltod=" + TimeUtils.logTimeOfDay(ctm)); in fixTimeZone()3363 long adj = ctm - tzOffset; in fixTimeZone()4450 long ctm = System.currentTimeMillis(); in shouldFixTimeZoneNow() local4456 " ltod=" + TimeUtils.logTimeOfDay(ctm)); in shouldFixTimeZoneNow()
656 public void getMatrix(@NonNull Matrix ctm) { in getMatrix() argument657 native_getCTM(mNativeCanvasWrapper, ctm.native_instance); in getMatrix()