Home
last modified time | relevance | path

Searched defs:imageShow (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java550 final View imageShow = findViewById(R.id.imageShow); in startLoadBitmap() local
843 final View imageShow = findViewById(R.id.imageShow); in onPostExecute() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DMasterImage.java177 public void addListener(ImageShow imageShow) { in addListener()