Searched refs:splashImageView (Results 1 – 1 of 1) sorted by relevance
118 private ImageView splashImageView = null; field in AndroidHarness361 splashImageView = new ImageView(this); in layoutDisplay()365 splashImageView.setBackgroundDrawable(drawable); in layoutDisplay()367 splashImageView.setImageResource(splashPicID); in layoutDisplay()371 frameLayout.addView(splashImageView, lp); in layoutDisplay()385 if (splashImageView != null) { in removeSplashScreen()390 splashImageView.setVisibility(View.INVISIBLE); in removeSplashScreen()391 frameLayout.removeView(splashImageView); in removeSplashScreen()