Well If I start the activity in portrait the log is:

03-01 23:20:13.426: INFO/ActivityManager(113): Starting activity:
Intent { cmp=com.blazel.apis/.SecondScreen (has extras) }
03-01 23:20:13.676: DEBUG/SurfaceFlinger(113): createSurface for pid
1694 (1 x 1), clientID=0x8
03-01 23:20:13.686: ERROR/XT9IME(190): onFinishInput()...no input view
03-01 23:20:13.946: INFO/ActivityManager(113): Displayed activity
com.blazel.apis/.SecondScreen: 508 ms

But then when start in landscape:

03-01 23:22:54.026: INFO/ActivityManager(113): Starting activity:
Intent { cmp=com.blazel.apis/.SecondScreen (has extras) }
03-01 23:22:54.026: INFO/WindowManager(113): Setting rotation to 1,
animFlags=0
03-01 23:22:54.056: INFO/ActivityManager(113): Config changed:
{ scale=1.0 imsi=262/1 loc=en_US touch=3 keys=1/1/2 nav=1/1 orien=2
layout=34}
03-01 23:22:54.066: DEBUG/PhoneApp(192): updateProximitySensorMode:
state = IDLE
03-01 23:22:54.066: DEBUG/PhoneApp(192): updateProximitySensorMode:
lock already released.
03-01 23:22:54.486: INFO/WindowManager(113): Setting rotation to 0,
animFlags=0
03-01 23:22:54.506: INFO/ActivityManager(113): Config changed:
{ scale=1.0 imsi=262/1 loc=en_US touch=3 keys=1/1/2 nav=1/1 orien=1
layout=34}
03-01 23:22:54.516: DEBUG/PhoneApp(192): updateProximitySensorMode:
state = IDLE
03-01 23:22:54.516: DEBUG/PhoneApp(192): updateProximitySensorMode:
lock already released.
03-01 23:22:54.546: DEBUG/SurfaceFlinger(113): createSurface for pid
1694 (480 x 800), clientID=0x8
03-01 23:22:54.716: INFO/ActivityManager(113): Displayed activity
com.blazel.apis/.SecondScreen: 689 ms

Although the log's state that the difference is only about 180ms it's
seems to be longer and is visible for the eye. Maybe I have
exaggerated with the 1-1.5 second but it's still noticeably slower.

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

Reply via email to