Searched refs:appWidgetScaleY (Results 1 – 1 of 1) sorted by relevance
1035 float appWidgetScaleY = (float) profile.getCellSize().y / getCellSize().y; in getMultiWindowProfile() local1036 if (appWidgetScaleX != 1 || appWidgetScaleY != 1) { in getMultiWindowProfile()1037 final PointF p = new PointF(appWidgetScaleX, appWidgetScaleY); in getMultiWindowProfile()