Searched refs:getSpanY (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | LauncherAppWidgetProviderInfo.java | 127 getSpanY(localPadding, minResizeHeight, dp.cellLayoutBorderSpacingPx, in initSpans() 138 getSpanY(localPadding, maxResizeHeight, dp.cellLayoutBorderSpacingPx, in initSpans() 146 getSpanY(localPadding, minHeight, dp.cellLayoutBorderSpacingPx, cellSize.y)); in initSpans() 192 private int getSpanY(Rect widgetPadding, int widgetHeight, int cellSpacing, float cellHeight) { in getSpanY() method in LauncherAppWidgetProviderInfo
|
/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/ |
D | CustomWidgetPlugin.java | 47 int getSpanY(); in getSpanY() method
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/custom/ |
D | CustomWidgetManager.java | 164 info.spanY = plugin.getSpanY(); in newInfo()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
D | AppEventProducer.java | 248 int spanY = info.getWidget().getSpanY(); in getContainer()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | StatsLogCompatManager.java | 133 info.getWidget().getSpanY(), in writeSnapshot()
|