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

  /frameworks/base/core/java/android/view/
Surface.java 398 float appScale = translator.applicationScale;
400 mCompatibleMatrix.setScale(appScale, appScale);
AccessibilityInteractionController.java     [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 814 final float appScale = v.getContext().getResources()
820 rect.left = (int) (pos[0] * appScale + 0.5f);
821 rect.top = (int) (pos[1] * appScale + 0.5f);
822 rect.right = (int) ((pos[0] + v.getWidth()) * appScale + 0.5f);
823 rect.bottom = (int) ((pos[1] + v.getHeight()) * appScale + 0.5f);
    [all...]

Completed in 576 milliseconds