I am sorry for my bad English.

I am beginner and have some problem. I use surfaceView and  in
surfaceChanged i get Width and Height  of SurfaceView. I get
width(320),height(403).Fragment code:

public void surfaceChanged(SurfaceHolder arg0, int format, int
width,int height) {
                mViewWidth = width;
                mViewHeight = height;
                System.out.println(mViewWidth+" "+mViewHeight);
        }

 But resolution of my screen 320 x 240. How it is possible!?





-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to