Searched defs:Key (Results 1 – 11 of 11) sorted by relevance
25 private const val Key = "cursorBlinkSetting" constant
28 private const val Key = "layoutDirection" constant
34 private const val Key = "decorFitsSystemWindows" in <lambda>() constant
50 private const val Key = "softInputMode" constant
106 data class Key(val theme: Resources.Theme, val id: Int) dataClass
206 val Key = "BenchmarkType" in <lambda>() constant
572 fun Key.downAndUp(metaState: Int = 0) { in <lambda>() method577 fun Key.down(metaState: Int = 0) { in <lambda>() method581 fun Key.up(metaState: Int = 0) { in <lambda>() method
57 val Key = Name(PackageName, "key") constant
327 val Key = "BenchmarkType" constant
1411 val Key.nativeKeyCode: Int constant1414 fun Key(nativeKeyCode: Int): Key = Key(packInts(nativeKeyCode, 0)) method
359 internal data class Key(val font: Font, val loaderKey: Any?) class