Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DWindowlessSplashWindowCreator.java113 private final long mCreateTime; field in WindowlessSplashWindowCreator.SplashWindowRecord
123 mCreateTime = SystemClock.uptimeMillis(); in SplashWindowRecord()
131 this::release, mCreateTime, 0 /* roundedCornerRadius */); in removeIfPossible()
H A DSplashscreenWindowCreator.java426 private final long mCreateTime; field in SplashscreenWindowCreator.SplashWindowRecord
438 mCreateTime = SystemClock.uptimeMillis(); in SplashWindowRecord()
503 mCreateTime, info.roundedCornerRadius); in removeIfPossible()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibration.java204 private final long mCreateTime; field in Vibration.DebugInfo
218 mCreateTime = stats.getCreateTimeDebug(); in DebugInfo()
233 .append(DEBUG_DATE_FORMAT.format(new Date(mCreateTime))) in toString()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java10806 private long mCreateTime;
10903 mCreateTime = createTime;
10916 mTaskDescription, mCreateTime);