Exemplo n.º 1
0
 public int getHeightDp() {
   return Math.round(getHeight() / Global.density);
 }
Exemplo n.º 2
0
 public int getWidthDp() {
   return Math.round(getWidth() / Global.density);
 }