Home | History | Annotate | Download | only in app

Lines Matching defs:frameLayout

13 import android.widget.FrameLayout;

119 private FrameLayout frameLayout = null;
355 FrameLayout.LayoutParams lp = new FrameLayout.LayoutParams(
360 frameLayout = new FrameLayout(this);
370 frameLayout.addView(view);
371 frameLayout.addView(splashImageView, lp);
373 setContentView(frameLayout);
384 if (frameLayout != null) {
391 frameLayout.removeView(splashImageView);
398 logger.log(Level.INFO, "frameLayout is null");