Searched refs:landscape (Results 1 – 2 of 2) sorted by relevance
47 * back-facing camera sensor is mounted in landscape. You are looking at the
501 static const char* landscape = "landscape"; variable2195 if (strcmp(str, portrait) == 0 || strcmp(str, landscape) == 0) { in setOrientation()