Searched refs:landscape (Results 1 – 4 of 4) sorted by relevance
27 properly when a device is held in a landscape or portrait orientation.
47 * back-facing camera sensor is mounted in landscape. You are looking at the
713 * If the screen orientation changes to landscape (a 90 degree orientation
501 static const char* landscape = "landscape"; variable2195 if (strcmp(str, portrait) == 0 || strcmp(str, landscape) == 0) { in setOrientation()