OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShortSide
(Results
1 - 2
of
2
) sorted by null
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java
61
private int
mShortSide
;
141
if (mLongSide == 0 ||
mShortSide
== 0) {
144
decodedPhoto = mPhotoSource.next(mOptions, mLongSide,
mShortSide
);
285
mShortSide
= (int) Math.min(mWidth, mHeight);
PhotoTable.java
118
private int
mShortSide
;
433
mShortSide
= (int) (mImageRatio * Math.min(mWidth, mHeight));
510
mOptions, table.mLongSide, table.
mShortSide
);
513
mOptions, table.mLongSide, table.
mShortSide
);
561
table.mLongSide, table.
mShortSide
));
853
y -=
mShortSide
/ 2f;
[
all
...]
Completed in 84 milliseconds