Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java548 final View imageShow = findViewById(R.id.imageShow); in startLoadBitmap() local
841 final View imageShow = findViewById(R.id.imageShow); in onPostExecute() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DPrimaryImage.java177 public void addListener(ImageShow imageShow) { in addListener()