Get the height of the status bar in Android

Source: Internet
Author: User
    /**  **  @ Param  Activity *  @ Return  > 0 success; <= 0 fail  */      Public   Static   Int  Getstatusheight (activity ){  Int Statusheight = 0 ; Rect localrect = New Rect (); activity. getwindow (). getdecorview (
). Getwindowvisibledisplayframe (localrect); statusheight = Localrect. Top; If (0 = Statusheight) {class <?> Localclass; Try {Localclass = Class. forname (
"Com. Android. Internal. r$ dimen" ); Object localobject = Localclass. newinstance (); Int I5 = integer. parseint (
Localclass. getfield ("status_bar_height" ). Get (
Localobject). tostring (); statusheight = Activity. getresources (
). Getdimensionpixelsize (I5 );} Catch (Classnotfoundexception e) {e. printstacktrace ();} Catch (Illegalaccessexception e) {e. printstacktrace ();} Catch (Instantiationexception e) {e. printstacktrace ();} Catch (Numberformatexception e) {e. printstacktrace ();} Catch (Illegalargumentexception e) {e. printstacktrace ();} Catch (Securityexception e) {e. printstacktrace ();} Catch (Nosuchfieldexception e) {e. printstacktrace ();}} Return Statusheight ;}

UseCodeThe height of the status bar of Xiaomi phone 1 (480X854) is tested as follows:38

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.