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

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 60 private int mLongSide;
141 if (mLongSide == 0 || mShortSide == 0) {
144 decodedPhoto = mPhotoSource.next(mOptions, mLongSide, mShortSide);
284 mLongSide = (int) Math.max(mWidth, mHeight);
PhotoTable.java 117 private int mLongSide;
432 mLongSide = (int) (mImageRatio * Math.max(mWidth, mHeight));
510 mOptions, table.mLongSide, table.mShortSide);
513 mOptions, table.mLongSide, table.mShortSide);
561 table.mLongSide, table.mShortSide));
752 photo.setX(-mLongSide);
753 photo.setY(-mLongSide);
773 final float[] o = { mWidth + mLongSide / 2f,
774 mHeight + mLongSide / 2f };
852 x -= mLongSide / 2f
    [all...]

Completed in 1009 milliseconds