Example #1
0
    public final void onResume() {
      for (int i = getChildCount(); --i >= 0; ) {
        View v = getChildAt(i);

        if (v instanceof OpenGLView) ((OpenGLView) v).onResume();
      }
    }