HomeSort by relevance Sort by last modified time
    Searched refs:appScale (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/
Surface.java 280 float appScale = translator.applicationScale;
282 mCompatibleMatrix.setScale(appScale, appScale);
ViewRoot.java 734 float appScale = mAttachInfo.mApplicationScale;
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 143 final float appScale = v.getContext().getResources()
149 rect.left = (int) (pos[0] * appScale + 0.5f);
150 rect.top = (int) (pos[1] * appScale + 0.5f);
151 rect.right = (int) ((pos[0] + v.getWidth()) * appScale + 0.5f);
152 rect.bottom = (int) ((pos[1] + v.getHeight()) * appScale + 0.5f);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]

Completed in 3661 milliseconds