OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
118
private int
mLongSide
;
425
mLongSide
= (int) (mImageRatio * Math.max(mWidth, mHeight));
503
mOptions, table.
mLongSide
, table.mShortSide);
506
mOptions, table.
mLongSide
, table.mShortSide);
554
table.
mLongSide
, table.mShortSide));
714
photo.setX(-
mLongSide
);
715
photo.setY(-
mLongSide
);
735
final float[] o = { mWidth +
mLongSide
/ 2f,
736
mHeight +
mLongSide
/ 2f };
814
x -=
mLongSide
/ 2f
[
all
...]
Completed in 238 milliseconds