Searched refs:PACKAGE_NAME (Results 1 – 1 of 1) sorted by relevance
52 private static final String PACKAGE_NAME = "com.example.android.activityanim"; field in PictureDetailsActivity81 bundle.getInt(PACKAGE_NAME + ".resourceId")); in onCreate()82 String description = bundle.getString(PACKAGE_NAME + ".description"); in onCreate()83 final int thumbnailTop = bundle.getInt(PACKAGE_NAME + ".top"); in onCreate()84 final int thumbnailLeft = bundle.getInt(PACKAGE_NAME + ".left"); in onCreate()85 final int thumbnailWidth = bundle.getInt(PACKAGE_NAME + ".width"); in onCreate()86 final int thumbnailHeight = bundle.getInt(PACKAGE_NAME + ".height"); in onCreate()87 mOriginalOrientation = bundle.getInt(PACKAGE_NAME + ".orientation"); in onCreate()