Searched defs:orientation (Results 101 - 102 of 102) sorted by relevance

12345

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java532 // Note: We do this to ensure that the hotseat is always laid out in the orientation
533 // of the hotseat in order regardless of which orientation they were added
684 // Remove the current widget which is inflated with the wrong orientation
884 // at this orientation. On tablets in portrait mode we don't move all the way to the
2405 static Rect getCellLayoutMetrics(Launcher launcher, int orientation) { argument
2411 if (orientation == CellLayout.LANDSCAPE) {
2422 orientation);
2425 } else if (orientation == CellLayout.PORTRAIT) {
2436 orientation);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1122 // Remove the current widget which is inflated with the wrong orientation
2845 static Rect getCellLayoutMetrics(Launcher launcher, int orientation) { argument
2856 if (orientation == CellLayout.LANDSCAPE) {
2867 } else if (orientation == CellLayout.PORTRAIT) {

Completed in 117 milliseconds

12345