What is an Android DecorView?

后端 未结 2 582
梦如初夏
梦如初夏 2021-01-30 10:17

http://developer.android.com/reference/android/view/Window.html#getDecorView():

Retrieve the top-level window decor view (containing the standard window

2条回答
  •  心在旅途
    2021-01-30 10:55

    Decor view appears to contain screen resolution? I get 1920.

    var verticalScreenRes = act.window.decorView.height.toFloat() // 1920
    

    then verify

    adb -s emulator-5554 shell wm size
    Physical size: 1080x1920
    

提交回复
热议问题