Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DWallpaperOffsetInterpolator.java191 Message.obtain(mHandler, MSG_JUMP_TO_FINAL, mWindowToken).sendToTarget(); in jumpToFinal()
218 private static final int MSG_JUMP_TO_FINAL = 5; field in WallpaperOffsetInterpolator
288 case MSG_JUMP_TO_FINAL: { in handleMessage()