HomeSort by relevance Sort by last modified time
    Searched full:scalex (Results 151 - 175 of 249) sorted by null

1 2 3 4 5 67 8 910

  /packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java 426 float scaleX = getScaleX();
432 setScaleX(scaleX);
Launcher.java     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js 596 * contains scaleX, scaleY and rotate90 properties.
600 transform ? 'scaleX(' + transform.scaleX + ') ' +
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp     [all...]
SkPaint.cpp 379 void SkPaint::setTextScaleX(SkScalar scaleX) {
380 GEN_ID_INC_EVAL(scaleX != fTextScaleX);
381 fTextScaleX = scaleX;
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp     [all...]
SkPaint.cpp 379 void SkPaint::setTextScaleX(SkScalar scaleX) {
380 GEN_ID_INC_EVAL(scaleX != fTextScaleX);
381 fTextScaleX = scaleX;
    [all...]
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 602 * This method will cause the View's <code>scaleX</code> property to be animated to the
609 public ViewPropertyAnimator scaleX(float value) {
615 * This method will cause the View's <code>scaleX</code> property to be animated by the
    [all...]
  /frameworks/base/libs/hwui/
PathTessellator.cpp 106 float scaleX = sqrt(m00 * m00 + m01 * m01);
108 inverseScaleX = (scaleX != 0) ? (1.0f / scaleX) : 1.0f;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_util.js 46 scaleX: 1,
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
mosaic_mode.js 647 var scaleX = imageRect.width / tileRect.width;
654 'translate(' + shiftX * scaleX + 'px, ' + shiftY * scaleY + 'px)' +
655 'scaleX(' + scaleX + ') scaleY(' + scaleY + ')';
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtil.cpp 65 case TransformOperation::ScaleX:
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 248 double scaleX, scaleY, scaleZ;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php 140 'screenDPI', 'screenColor', 'scenes', 'scaleY', 'scaleX',
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 302 .scaleX(1)
PagedView.java 367 public void setScaleX(float scaleX) {
368 super.setScaleX(scaleX);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 306 aboutAnimator.scaleX(1.0f);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListView.java 275 .scaleX(0f)
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 465 /*package*/ static void setTextScaleX(Paint thisPaint, float scaleX) {
472 delegate.mTextScaleX = scaleX;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java 617 float scaleX = mView.getScaleX() * postScale;
619 updateTransform(transX, transY, scaleX, scaleY, viewportWidth,
623 void updateTransform(float transX, float transY, float scaleX, float scaleY,
628 left + mView.getWidth() * scaleX,
631 mView.setScaleX(scaleX);
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 2278 milliseconds

1 2 3 4 5 67 8 910