Searched refs:splitPlaceholderInset (Results 1 – 4 of 4) sorted by relevance
756 int splitPlaceholderInset = getResources().getDimensionPixelSize( in startSplitToHome() local766 splitPlaceholderSize, splitPlaceholderInset, getDeviceProfile(), in startSplitToHome()
398 max((dp!!.insets.top - dp.splitPlaceholderInset).toDouble(), 0.0).toInt() in getPlaceholderSizeAdjustment()
438 return max((insetThickness - dp.splitPlaceholderInset).toDouble(), 0.0).toInt() in getPlaceholderSizeAdjustment()
279 public int splitPlaceholderInset; field in DeviceProfile793 splitPlaceholderInset = res.getDimensionPixelSize(R.dimen.split_placeholder_inset); in DeviceProfile()