/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/fold/ui/composable/ |
D | FoldPosture.kt | 35 val layoutInfo by in foldPosture() constant 40 key1 = layoutInfo, in foldPosture() 42 value = foldPostureInternal(layoutInfo) in foldPosture()
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 51 std::optional<KeyboardLayoutInfo> layoutInfo = deviceInfo.getKeyboardLayoutInfo(); in android_view_InputDevice_create() local 54 layoutInfo in android_view_InputDevice_create() 55 ? layoutInfo->languageTag.c_str() in android_view_InputDevice_create() 59 layoutInfo in android_view_InputDevice_create() 60 ? layoutInfo->layoutType.c_str() in android_view_InputDevice_create()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/fold/ui/helper/ |
D | FoldPosture.kt | 39 fun foldPostureInternal(layoutInfo: WindowLayoutInfo?): FoldPosture { in foldPostureInternal() 40 return layoutInfo in foldPostureInternal()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | GridDragDropState.kt | 114 get() = state.layoutInfo.visibleItemsInfo.firstOrNull { it.index == draggingItemIndex } in <lambda>() 117 state.layoutInfo.visibleItemsInfo in onDragStart() 154 state.layoutInfo.visibleItemsInfo in onDrag() 196 (endOffset.x - state.layoutInfo.viewportEndOffset).coerceAtLeast(0f) in checkForOverscroll() 198 (startOffset.x - state.layoutInfo.viewportStartOffset).coerceAtMost(0f) in checkForOverscroll()
|
D | DragAndDropTargetState.kt | 229 val orientation = state.layoutInfo.orientation in autoScrollIfNearEdges() 238 state.layoutInfo.viewportSize.width - dragEvent.x in autoScrollIfNearEdges() 240 state.layoutInfo.viewportSize.height - dragEvent.y in autoScrollIfNearEdges() 252 state.layoutInfo.visibleItemsInfo.firstOrNull { item -> in findTargetItem()
|
D | CommunalHub.kt | 1347 gridState.layoutInfo.visibleItemsInfo.firstItemAtOffset(offset)?.index in firstIndexAtOffset()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.cpp | 125 std::optional<RawLayoutInfo> layoutInfo = getDeviceContext().getRawLayoutInfo(); in getKeyboardLayoutInfo() local 126 if (!layoutInfo) { in getKeyboardLayoutInfo() 129 return KeyboardLayoutInfo(layoutInfo->languageTag, layoutInfo->layoutType); in getKeyboardLayoutInfo()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | BridgeInflater.java | 375 ResourceReference layoutInfo = Bridge.resolveResourceId(resource); in inflate() local 376 if (layoutInfo == null) { in inflate() 377 layoutInfo = mLayoutlibCallback.resolveResourceId(resource); in inflate() 380 if (layoutInfo != null) { in inflate() 381 value = bridgeContext.getRenderResources().getResolvedResource(layoutInfo); in inflate()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputReaderPolicy.cpp | 146 const KeyboardLayoutInfo& layoutInfo) { in addKeyboardLayoutAssociation() argument 147 mConfig.keyboardLayoutAssociations.insert({inputUniqueId, layoutInfo}); in addKeyboardLayoutAssociation()
|
D | FakeInputReaderPolicy.h | 61 const KeyboardLayoutInfo& layoutInfo);
|
D | FakeEventHub.cpp | 124 getDevice(deviceId)->layoutInfo = info; in setRawLayoutInfo() 395 return device ? device->layoutInfo : std::nullopt; in getRawLayoutInfo()
|
D | FakeEventHub.h | 66 std::optional<RawLayoutInfo> layoutInfo; member
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 279 void InputDeviceInfo::setKeyboardLayoutInfo(KeyboardLayoutInfo layoutInfo) { in setKeyboardLayoutInfo() argument 280 mKeyboardLayoutInfo = std::move(layoutInfo); in setKeyboardLayoutInfo()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
D | MainActivity.kt | 361 windowInfoTracker.windowLayoutInfo(this@MainActivity).collect { layoutInfo -> in onWindowLayoutInfoChange() method 363 layoutInfo.displayFeatures.filterIsInstance<FoldingFeature>().firstOrNull() in onWindowLayoutInfoChange()
|
/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/ |
D | Rotary.kt | 218 val visibleItems = scrollableState.layoutInfo.visibleItemsInfo in rotaryWithFling() 235 override fun totalItemsCount(): Int = scrollableState.layoutInfo.totalItemsCount in rotaryWithFling()
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 1460 return device->associatedDevice->layoutInfo; in getRawLayoutInfo() 1611 .layoutInfo = readLayoutConfiguration(path)}); in obtainAssociatedDeviceLocked() 1638 newLayoutInfo == layoutInfo) { in isChanged() 2881 if (device->associatedDevice && device->associatedDevice->layoutInfo) { in dump() 2883 device->associatedDevice->layoutInfo->languageTag.c_str()); in dump() 2885 device->associatedDevice->layoutInfo->layoutType.c_str()); in dump()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 274 const std::optional<KeyboardLayoutInfo> layoutInfo) override { in getKeyboardLayoutOverlay() argument
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | SceneTransitionLayoutTest.kt | 470 return with(node.layoutInfo.density) { in SemanticsNodeInteraction()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | EventHub.h | 622 std::optional<RawLayoutInfo> layoutInfo; member
|