Home | History | Annotate | Download | only in widget

Lines Matching refs:appScale

734         final float appScale = v.getContext().getResources()
740 rect.left = (int) (pos[0] * appScale + 0.5f);
741 rect.top = (int) (pos[1] * appScale + 0.5f);
742 rect.right = (int) ((pos[0] + v.getWidth()) * appScale + 0.5f);
743 rect.bottom = (int) ((pos[1] + v.getHeight()) * appScale + 0.5f);