Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMoviePlayer.java120 Uri videoUri, Bundle savedInstance, boolean canReplay) { in MoviePlayer() argument
189 if (savedInstance != null) { // this is a resumed activity in MoviePlayer()
190 mVideoPosition = savedInstance.getInt(KEY_VIDEO_POSITION, 0); in MoviePlayer()
191 mResumeableTime = savedInstance.getLong(KEY_RESUMEABLE_TIME, Long.MAX_VALUE); in MoviePlayer()