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

  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailPhotoSetter.java 69 final float appScale =
76 rect.left = (int) (pos[0] * appScale + 0.5f);
77 rect.top = (int) (pos[1] * appScale + 0.5f);
78 rect.right = (int) ((pos[0] + v.getWidth()) * appScale + 0.5f);
79 rect.bottom = (int) ((pos[1] + v.getHeight()) * appScale + 0.5f);
  /frameworks/base/core/java/android/view/
Surface.java 353 float appScale = translator.applicationScale;
355 mCompatibleMatrix.setScale(appScale, appScale);
ViewRootImpl.java     [all...]
AccessibilityInteractionController.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 735 final float appScale = v.getContext().getResources()
741 rect.left = (int) (pos[0] * appScale + 0.5f);
742 rect.top = (int) (pos[1] * appScale + 0.5f);
743 rect.right = (int) ((pos[0] + v.getWidth()) * appScale + 0.5f);
744 rect.bottom = (int) ((pos[1] + v.getHeight()) * appScale + 0.5f);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 219 milliseconds