Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DCameraActivity.java27 int themeId = this.getIntent().getExtras().getInt("theme"); in onCreate() local
28 this.setTheme(themeId); in onCreate()