Home
last modified time | relevance | path

Searched refs:keyboard (Results 1 – 25 of 121) sorted by relevance

12345

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyboard/data/repository/
H A DFakeKeyboardRepository.kt18 package com.android.systemui.keyboard.data.repository
20 import com.android.systemui.keyboard.data.model.Keyboard
21 import com.android.systemui.keyboard.shared.model.BacklightModel
46 fun setNewlyConnectedKeyboard(keyboard: Keyboard) {
47 _newlyConnectedKeyboard.value = keyboard
/aosp14/frameworks/base/data/keyboards/
H A Dqwerty.idc16 # Emulator keyboard configuration file #1.
22 keyboard.layout = qwerty
23 keyboard.characterMap = qwerty
24 keyboard.orientationAware = 1
25 keyboard.builtIn = 1
H A Dqwerty2.idc16 # Emulator keyboard configuration file #2.
22 keyboard.layout = qwerty
23 keyboard.characterMap = qwerty2
24 keyboard.orientationAware = 1
25 keyboard.builtIn = 1
H A DVendor_0957_Product_0001.idc21 keyboard.layout = Vendor_0957_Product_0001
22 keyboard.doNotWakeByDefault = 1
H A DVendor_18d1_Product_9451.idc21 keyboard.layout = Vendor_0957_Product_0001
22 keyboard.doNotWakeByDefault = 1
H A DGoogleTV-Remote.idc23 keyboard.layout = Vendor_0957_Product_0001
24 keyboard.doNotWakeByDefault = 1
H A DVendor_0957_Product_0006.idc23 keyboard.layout = Vendor_0957_Product_0001
24 keyboard.doNotWakeByDefault = 1
H A Dqwerty.kl16 # Emulator keyboard layout #1.
18 # This file is no longer used as the platform's default keyboard layout.
110 # On an AT keyboard: ESC, F10
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardModule.kt18 package com.android.systemui.keyboard
20 import com.android.systemui.keyboard.data.repository.KeyboardRepository
21 import com.android.systemui.keyboard.data.repository.KeyboardRepositoryImpl
H A DPhysicalKeyboardCoreStartable.kt18 package com.android.systemui.keyboard
24 import com.android.systemui.keyboard.backlight.ui.KeyboardBacklightDialogCoordinator
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/backlight/ui/
H A DKeyboardBacklightDialogCoordinatorTest.kt18 package com.android.systemui.keyboard.backlight.ui
22 import com.android.systemui.keyboard.backlight.domain.interactor.KeyboardBacklightInteractor
23 import com.android.systemui.keyboard.backlight.ui.view.KeyboardBacklightDialog
24 import com.android.systemui.keyboard.backlight.ui.viewmodel.BacklightDialogViewModel
25 import com.android.systemui.keyboard.data.repository.FakeKeyboardRepository
26 import com.android.systemui.keyboard.shared.model.BacklightModel
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/
H A DKeyboardBacklightDialogCoordinator.kt18 package com.android.systemui.keyboard.backlight.ui
23 import com.android.systemui.keyboard.backlight.ui.view.KeyboardBacklightDialog
24 import com.android.systemui.keyboard.backlight.ui.viewmodel.BacklightDialogContentViewModel
25 import com.android.systemui.keyboard.backlight.ui.viewmodel.BacklightDialogViewModel
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java222 mInputMethodService.getResources().getConfiguration().keyboard = in testOnEvaluateInputViewShown_showImeWithHardKeyboard()
228 mInputMethodService.getResources().getConfiguration().keyboard = in testOnEvaluateInputViewShown_showImeWithHardKeyboard()
234 mInputMethodService.getResources().getConfiguration().keyboard = in testOnEvaluateInputViewShown_showImeWithHardKeyboard()
249 mInputMethodService.getResources().getConfiguration().keyboard = in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()
255 mInputMethodService.getResources().getConfiguration().keyboard = in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()
261 mInputMethodService.getResources().getConfiguration().keyboard = in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()
277 mInputMethodService.getResources().getConfiguration().keyboard = in testShowSoftInput_disableShowImeWithHardKeyboard()
396 mInputMethodService.getResources().getConfiguration().keyboard = in testShowSoftInputExplicitly_withHardKeyboard()
417 mInputMethodService.getResources().getConfiguration().keyboard = in testShowSoftInputImplicitly_withHardKeyboard()
438 mInputMethodService.getResources().getConfiguration().keyboard = in testShowSoftInputExplicitly_thenConfigurationChanged()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/domain/interactor/
H A DKeyboardBacklightInteractor.kt18 package com.android.systemui.keyboard.backlight.domain.interactor
21 import com.android.systemui.keyboard.data.repository.KeyboardRepository
22 import com.android.systemui.keyboard.shared.model.BacklightModel
/aosp14/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp36 jfieldID keyboard; member
54 out->keyboard = env->GetIntField(clazz, gConfigurationClassInfo.keyboard); in android_Configuration_getFromJava()
84 gConfigurationClassInfo.keyboard = GetFieldIDOrDie(env, clazz, "keyboard", "I"); in register_android_content_res_Configuration()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/backlight/domain/interactor/
H A DKeyboardBacklightInteractorTest.kt18 package com.android.systemui.keyboard.backlight.domain.interactor
23 import com.android.systemui.keyboard.data.repository.FakeKeyboardRepository
24 import com.android.systemui.keyboard.shared.model.BacklightModel
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyRemapperTests.kt121 val keyboard = createKeyboard(DEVICE_ID) regex
122 Mockito.`when`(iInputManager.getInputDevice(DEVICE_ID)).thenReturn(keyboard)
159 val keyboard = createKeyboard(DEVICE_ID) regex
160 Mockito.`when`(iInputManager.getInputDevice(DEVICE_ID)).thenReturn(keyboard)
/aosp14/frameworks/base/tools/aapt2/
H A DConfiguration.proto191 // Whether the keyboard hardware keys are currently hidden, exposed, or
192 // if the keyboard is a software keyboard.
195 // The type of keyboard present (none, QWERTY, 12-key).
196 Keyboard keyboard = 21;
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java602 public int keyboard; field in Configuration
1077 keyboard = o.keyboard; in setTo()
1219 switch (keyboard) { in toString()
1644 && keyboard != delta.keyboard) { in updateFrom()
1646 keyboard = delta.keyboard; in updateFrom()
1820 keyboard = delta.keyboard; in setTo()
1923 && keyboard != delta.keyboard) { in diff()
2078 dest.writeInt(keyboard); in writeToParcel()
2202 n = this.keyboard - that.keyboard; in compareTo()
2813 if (base.keyboard != change.keyboard) { in generateDelta()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/viewmodel/
H A DBacklightDialogViewModel.kt18 package com.android.systemui.keyboard.backlight.ui.viewmodel
22 import com.android.systemui.keyboard.backlight.domain.interactor.KeyboardBacklightInteractor
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
H A DSimpleInputMethodService.java48 SimpleKeyboard keyboard = new SimpleKeyboard(this, R.layout.qwerty_10_9_9); in onStartInputView() local
49 mInputView.addView(keyboard.inflateKeyboardView(LayoutInflater.from(this), mInputView)); in onStartInputView()
/aosp14/frameworks/base/native/android/
H A Dconfiguration.cpp80 return config->keyboard; in AConfiguration_getKeyboard()
172 void AConfiguration_setKeyboard(AConfiguration* config, int32_t keyboard) { in AConfiguration_setKeyboard() argument
173 config->keyboard = keyboard; in AConfiguration_setKeyboard()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/
H A DKeyboardRepository.kt18 package com.android.systemui.keyboard.data.repository
28 import com.android.systemui.keyboard.data.model.Keyboard
29 import com.android.systemui.keyboard.shared.model.BacklightModel
/aosp14/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp470 if (out) out->keyboard = out->KEYBOARD_ANY; in parseKeyboard()
473 if (out) out->keyboard = out->KEYBOARD_NOKEYS; in parseKeyboard()
476 if (out) out->keyboard = out->KEYBOARD_QWERTY; in parseKeyboard()
479 if (out) out->keyboard = out->KEYBOARD_12KEY; in parseKeyboard()
981 if (keyboard || o.keyboard) return (!o.keyboard); in HasHigherPrecedenceThan()
1018 !pred(keyboard, o.keyboard) || !pred(navigation, o.navigation); in ConflictsWith()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/model/
H A DKeyboard.kt18 package com.android.systemui.keyboard.data.model

12345