Searched refs:mShortSide (Results 1 – 2 of 2) sorted by relevance
61 private int mShortSide; field in PhotoCarousel141 if (mLongSide == 0 || mShortSide == 0) { in doInBackground()144 decodedPhoto = mPhotoSource.next(mOptions, mLongSide, mShortSide); in doInBackground()285 mShortSide = (int) Math.min(mWidth, mHeight); in onLayout()
118 private int mShortSide; field in PhotoTable433 mShortSide = (int) (mImageRatio * Math.min(mWidth, mHeight)); in onLayout()510 mOptions, table.mLongSide, table.mShortSide); in doInBackground()513 mOptions, table.mLongSide, table.mShortSide); in doInBackground()561 table.mLongSide, table.mShortSide)); in doInBackground()853 y -= mShortSide / 2f; in dropOnTable()