Home
last modified time | relevance | path

Searched defs:layoutType (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotifLayoutInflaterFactoryTest.kt64 val layoutType = FLAG_CONTENT_VIEW_EXPANDED in <lambda>() constant
80 val layoutType = FLAG_CONTENT_VIEW_HEADS_UP in <lambda>() constant
96 val layoutType = FLAG_CONTENT_VIEW_EXPANDED in <lambda>() constant
111 val layoutType = FLAG_CONTENT_VIEW_EXPANDED in <lambda>() constant
/frameworks/base/core/java/android/hardware/input/
DVirtualKeyboardConfig.java159 public Builder setLayoutType(@NonNull String layoutType) { in setLayoutType()
/frameworks/base/core/java/android/app/search/
DSearchTarget.java165 @NonNull String layoutType, in SearchTarget()
372 @SearchLayoutType @NonNull String layoutType, in Builder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifLayoutInflaterFactory.kt37 @Assisted @InflationFlag val layoutType: Int, constant in com.android.systemui.statusbar.notification.row.NotifLayoutInflaterFactory
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java420 int layoutType = a.getInt(R.styleable.KeyboardLayout_keyboardLayoutType, in visitKeyboardLayoutsInPackage() local
470 String layoutType) { in getKeyboardLayoutOverlay()
773 KeyboardLayout[] layoutList, @NonNull String languageTag, @Nullable String layoutType) { in getMatchingLayoutForProvidedLanguageTagAndLayoutType()
1241 @Nullable String languageTag, @Nullable String layoutType) { in KeyboardIdentifier()
DInputManagerInternal.java200 @NonNull String languageTag, @NonNull String layoutType); in addKeyboardLayoutAssociation()
DInputManagerService.java1746 @NonNull String languageTag, @NonNull String layoutType) { in addKeyboardLayoutAssociation()
2630 String layoutType) { in getKeyboardLayoutOverlay()
3169 @NonNull String languageTag, @NonNull String layoutType) { in addKeyboardLayoutAssociation()
/frameworks/base/tests/Input/src/com/android/server/input/
DInputManagerServiceTests.kt200 val layoutType = "layoutType" in testAddAndRemoveVirtualmKeyboardLayoutAssociation() constant
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java211 @NonNull String layoutType) { in setPhysicalKeyboardHint()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java583 public void setWindowLayoutType(int layoutType) { in setWindowLayoutType()
DPopupWindow.java1103 public void setWindowLayoutType(int layoutType) { in setWindowLayoutType()
/frameworks/native/include/input/
DInputDevice.h248 std::string layoutType; member
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h223 std::string layoutType; member
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp211 uint32_t layoutType = layout.type; in compareMd5Chksm() local
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java151 @NonNull String layoutType) throws DeviceCreationException { in createKeyboard()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp644 std::string layoutType = layoutIdentifier.substr(commaPos + 1); in getReaderConfiguration() local
874 ScopedLocalRef<jstring> layoutType(env, in getKeyboardLayoutOverlay() local