Searched refs:imageShow (Results 1 – 2 of 2) sorted by relevance
177 public void addListener(ImageShow imageShow) { in addListener() argument178 if (!mLoadListeners.contains(imageShow)) { in addListener()179 mLoadListeners.add(imageShow); in addListener()191 ImageShow imageShow = mLoadListeners.elementAt(i);192 imageShow.imageLoaded();
365 mImageShow = (ImageShow) findViewById(R.id.imageShow); in loadXML()550 final View imageShow = findViewById(R.id.imageShow); in startLoadBitmap() local551 imageShow.setVisibility(View.INVISIBLE); in startLoadBitmap()843 final View imageShow = findViewById(R.id.imageShow); in onPostExecute() local844 imageShow.setVisibility(View.VISIBLE); in onPostExecute()