Home
last modified time | relevance | path

Searched refs:getMinSpanY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
DCustomWidgetPlugin.java60 int getMinSpanY(Context context); in getMinSpanY() method
/packages/apps/Launcher3/src/com/android/launcher3/widget/custom/
DCustomWidgetManager.java165 info.minSpanY = plugin.getMinSpanY(context); in newInfo()