Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DWallpaperOffsetInterpolator.java216 private static final int MSG_APPLY_OFFSET = 3; field in WallpaperOffsetInterpolator
256 case MSG_APPLY_OFFSET: { in handleMessage()
278 Message.obtain(this, MSG_APPLY_OFFSET, token).sendToTarget(); in handleMessage()