Searched refs:qsbBottomMarginPx (Results 1 – 2 of 2) sorted by relevance
210 if (dp.isScalableGrid && dp.qsbBottomMarginPx > dp.getInsets().bottom) { in getQsbOffsetY()211 return Math.min(dp.qsbBottomMarginPx, freeSpace); in getQsbOffsetY()
168 public int qsbBottomMarginPx; field in DeviceProfile378 qsbBottomMarginPx = Math.round(qsbBottomMarginOriginalPx * cellScaleToFit); in DeviceProfile()