Home
last modified time | relevance | path

Searched defs:layoutInfo (Results 1 – 25 of 192) sorted by relevance

12345678

/aosp_15_r20/external/accompanist/pager/src/main/java/com/google/accompanist/pager/
H A DPagerState.kt103 val layoutInfo = lazyListState.layoutInfo constant
243 val layoutInfo = lazyListState.layoutInfo in animateScrollToPage() constant
H A DPager.kt93 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 DFoldPosture.kt35 val layoutInfo by in foldPosture() constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/layout/
H A DWindowLayoutComponentImplTest.java86 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/
DShareouselLazyListPrefetchStrategy.java32 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 Drenderer_utils.cpp1035 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/
DResizeableItemFrameViewModel.java95 …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/
DFoldPostureKt.java16 …droid.systemui.fold.ui.helper.FoldPosture foldPostureInternal(@org.jetbrains.annotations.Nullable() in foldPostureInternal()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp51 std::optional<KeyboardLayoutInfo> layoutInfo = deviceInfo.getKeyboardLayoutInfo(); in android_view_InputDevice_create() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp774 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 DResources.h119 gfxstream::vk::DescriptorSetLayoutInfo* layoutInfo; member
H A DDescriptorSetVirtualization.cpp54 const auto& layoutInfo = *(as_goldfish_VkDescriptorSetLayout(setLayout)->layoutInfo); in initializeReifiedDescriptorSet() local
/aosp_15_r20/frameworks/native/libs/input/
H A DInputDevice.cpp317 void InputDeviceInfo::setKeyboardLayoutInfo(KeyboardLayoutInfo layoutInfo) { in setKeyboardLayoutInfo()
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp212 vk::DescriptorSetLayoutCreateInfo layoutInfo; in createGraphicsPipeline() local
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.h66 std::optional<RawLayoutInfo> layoutInfo; member
H A DFakeInputReaderPolicy.cpp179 const KeyboardLayoutInfo& layoutInfo) { in addKeyboardLayoutAssociation()
/aosp_15_r20/external/swiftshader/tests/VulkanBenchmarks/
H A DComputeBenchmarks.cpp182 vk::DescriptorSetLayoutCreateInfo layoutInfo; in initialize() local
/aosp_15_r20/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
H A DMockIme.java1108 private void onInputViewLayoutChanged(@NonNull ImeLayoutInfo layoutInfo) { in onInputViewLayoutChanged()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp293 gl::ShaderMap<sh::BlockMemberInfo> layoutInfo; in initDefaultUniformLayoutMapping() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DProgramWgpu.cpp288 gl::ShaderMap<sh::BlockMemberInfo> layoutInfo; in initDefaultUniformLayoutMapping() local
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp125 std::optional<RawLayoutInfo> layoutInfo = getDeviceContext().getRawLayoutInfo(); in getKeyboardLayoutInfo() local
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java373 ResourceReference layoutInfo = Bridge.resolveResourceId(resource); in inflate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp124 const VkDescriptorSetLayoutCreateInfo layoutInfo = { in createDescriptorSetLayout() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
H A DResizeableItemFrameViewModel.kt289 .onEach { layoutInfo -> in onActivated() method
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDevice.cpp329 …const VkBaseInStructure *layoutInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNe… in getDescriptorSetLayoutSupport() local

12345678