Searched defs:PORTRAIT (Results 1 - 4 of 4) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoCarousel.java44 private static final int PORTRAIT = 2; field in class:PhotoCarousel
189 int orientation = (width > height ? LANDSCAPE : PORTRAIT);
282 mOrientation = (mWidth > mHeight ? LANDSCAPE : PORTRAIT);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java195 public static final int PORTRAIT = 0; field in class:DefaultSoftKeyboard
597 ? LANDSCAPE : PORTRAIT;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java152 static final int PORTRAIT = 1; field in class:CellLayout
953 // PORTRAIT
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java155 static final int PORTRAIT = 1; field in class:CellLayout
2907 CellLayout.LANDSCAPE : CellLayout.PORTRAIT);

Completed in 550 milliseconds