/aosp_15_r20/external/accompanist/pager/src/main/java/com/google/accompanist/pager/ |
H A D | PagerState.kt | 103 val layoutInfo = lazyListState.layoutInfo constant 243 val layoutInfo = lazyListState.layoutInfo in animateScrollToPage() constant
|
H A D | Pager.kt | 93 public val singlePageFlingDistance: (SnapperLayoutInfo) -> Float = { layoutInfo -> in <lambda>() method 104 { layoutInfo, startIndex, targetIndex -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/fold/ui/composable/ |
H A D | FoldPosture.kt | 35 val layoutInfo by in foldPosture() constant
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/layout/ |
H A D | WindowLayoutComponentImplTest.java | 86 final WindowLayoutInfo layoutInfo = in testGetCurrentWindowLayoutInfo_noFoldingFeature_returnsEmptyList() local 128 final WindowLayoutInfo layoutInfo = in testGetCurrentWindowLayoutInfo_hasFoldingFeature_returnsWindowLayoutInfo() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/contentpreview/payloadtoggle/ui/composable/ |
D | ShareouselLazyListPrefetchStrategy.java | 32 androidx.compose.foundation.lazy.LazyListLayoutInfo layoutInfo) { in onScroll() 38 androidx.compose.foundation.lazy.LazyListLayoutInfo layoutInfo) { in onVisibleItemsUpdated()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 1035 const sh::BlockMemberInfo &layoutInfo, in UpdateBufferWithLayout() 1068 const sh::BlockMemberInfo &layoutInfo, in ReadFromBufferWithLayout() 1109 const sh::BlockMemberInfo &layoutInfo = uniformBlock.uniformLayout[location]; in SetUniform() local 1128 const sh::BlockMemberInfo &layoutInfo = uniformBlock.uniformLayout[location]; in SetUniform() local 1196 const sh::BlockMemberInfo &layoutInfo = uniformBlock.uniformLayout[location]; in SetUniformMatrixfv() local 1243 const sh::BlockMemberInfo &layoutInfo = uniformBlock.uniformLayout[location]; in GetUniform() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/ui/viewmodel/ |
D | ResizeableItemFrameViewModel.java | 95 …iewmodel.DragHandle handle, com.android.systemui.communal.ui.viewmodel.ResizeableItemFrameViewMode… in calculateAnchorsForHandle() 99 …iewmodel.DragHandle handle, com.android.systemui.communal.ui.viewmodel.ResizeableItemFrameViewMode… in isDragAllowed()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/fold/ui/helper/ |
D | FoldPostureKt.java | 16 …droid.systemui.fold.ui.helper.FoldPosture foldPostureInternal(@org.jetbrains.annotations.Nullable() in foldPostureInternal()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_view_InputDevice.cpp | 51 std::optional<KeyboardLayoutInfo> layoutInfo = deviceInfo.getKeyboardLayoutInfo(); in android_view_InputDevice_create() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 774 const VkDescriptorSetLayoutCreateInfo layoutInfo = { in iterate() local 1210 const VkDescriptorSetLayoutCreateInfo layoutInfo = { in iterate() local 1574 const VkDescriptorSetLayoutCreateInfo layoutInfo = { in iterate() local
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | Resources.h | 119 gfxstream::vk::DescriptorSetLayoutInfo* layoutInfo; member
|
H A D | DescriptorSetVirtualization.cpp | 54 const auto& layoutInfo = *(as_goldfish_VkDescriptorSetLayout(setLayout)->layoutInfo); in initializeReifiedDescriptorSet() local
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | InputDevice.cpp | 317 void InputDeviceInfo::setKeyboardLayoutInfo(KeyboardLayoutInfo layoutInfo) { in setKeyboardLayoutInfo()
|
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 212 vk::DescriptorSetLayoutCreateInfo layoutInfo; in createGraphicsPipeline() local
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | FakeEventHub.h | 66 std::optional<RawLayoutInfo> layoutInfo; member
|
H A D | FakeInputReaderPolicy.cpp | 179 const KeyboardLayoutInfo& layoutInfo) { in addKeyboardLayoutAssociation()
|
/aosp_15_r20/external/swiftshader/tests/VulkanBenchmarks/ |
H A D | ComputeBenchmarks.cpp | 182 vk::DescriptorSetLayoutCreateInfo layoutInfo; in initialize() local
|
/aosp_15_r20/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
H A D | MockIme.java | 1108 private void onInputViewLayoutChanged(@NonNull ImeLayoutInfo layoutInfo) { in onInputViewLayoutChanged()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | ProgramVk.cpp | 293 gl::ShaderMap<sh::BlockMemberInfo> layoutInfo; in initDefaultUniformLayoutMapping() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | ProgramWgpu.cpp | 288 gl::ShaderMap<sh::BlockMemberInfo> layoutInfo; in initDefaultUniformLayoutMapping() local
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | KeyboardInputMapper.cpp | 125 std::optional<RawLayoutInfo> layoutInfo = getDeviceContext().getRawLayoutInfo(); in getKeyboardLayoutInfo() local
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/view/ |
H A D | BridgeInflater.java | 373 ResourceReference layoutInfo = Bridge.resolveResourceId(resource); in inflate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrFormatTests.cpp | 124 const VkDescriptorSetLayoutCreateInfo layoutInfo = { in createDescriptorSetLayout() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/ |
H A D | ResizeableItemFrameViewModel.kt | 289 .onEach { layoutInfo -> in onActivated() method
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 329 …const VkBaseInStructure *layoutInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNe… in getDescriptorSetLayoutSupport() local
|