Searched defs:savedInstance (Results 1 - 1 of 1) sorted by relevance

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

Completed in 62 milliseconds