public int getStatusBarHeight() {
   // mActivity.getWindow().getDecorView()
   // .getWindowVisibleDisplayFrame(mRect);
   // return Math.max(mRect.top, 0);
   return GoLauncher.getStatusbarHeight();
 }