Searched refs:hotseatQsbHeight (Results 1 – 21 of 21) sorted by relevance
252 MeasureSpec.makeMeasureSpec(dp.hotseatQsbHeight, MeasureSpec.EXACTLY)); in onMeasure()272 int top = bottom - dp.hotseatQsbHeight; in onLayout()
231 public final int hotseatQsbHeight; field in DeviceProfile543 hotseatQsbHeight = res.getDimensionPixelSize(R.dimen.qsb_widget_height); in DeviceProfile()545 hotseatQsbVisualHeight = hotseatQsbHeight - 2 * hotseatQsbShadowHeight; in DeviceProfile()551 && hotseatQsbHeight > 0; in DeviceProfile()1918 return getHotseatBarBottomPadding() - ((hotseatQsbHeight - hotseatCellHeightPx) / 2);1920 return hotseatBarSizePx - hotseatQsbHeight + hotseatQsbShadowHeight;2173 writer.println(prefix + pxToDpStr("hotseatQsbHeight", hotseatQsbHeight));
221 : -dp.hotseatQsbHeight; in getFloatingSearchBarRestingMarginBottom()
96 bottomMargin += dp.hotseatQsbHeight; in setInsets()
82 hotseatQsbHeight: 0.0px (0.0dp)
529 int qsbTop = (bottom - top - deviceProfile.hotseatQsbHeight) / 2; in onLayout()530 int qsbBottom = qsbTop + deviceProfile.hotseatQsbHeight; in onLayout()