Home
last modified time | relevance | path

Searched refs:orientationLabels (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1378 String[] orientationLabels = getResources().getStringArray( in bindUi() local
1381 ORIENTATION_PORTRAIT, orientationLabels[0])); in bindUi()
1383 ORIENTATION_LANDSCAPE, orientationLabels[1])); in bindUi()