Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardMetricsCollector.java514 @Nullable KeyboardLayout selectedLayout, in addLayoutSelection() argument
521 mSelectedLayoutList.add(selectedLayout); in addLayoutSelection()
536 KeyboardLayout selectedLayout = mSelectedLayoutList.get(i); in build() local
556 selectedLayout == null ? DEFAULT_LAYOUT_NAME in build()
557 : selectedLayout.getLabel(); in build()