Searched refs:portrait (Results 1 – 3 of 3) sorted by relevance
27 properly when a device is held in a landscape or portrait orientation.
708 * Looking at the device in standard portrait orientation,
500 static const char* portrait = "portrait"; variable2195 if (strcmp(str, portrait) == 0 || strcmp(str, landscape) == 0) { in setOrientation()