Searched refs:splitPlaceholderInset (Results 1 – 4 of 4) sorted by relevance
719 int splitPlaceholderInset = getResources().getDimensionPixelSize( in startSplitToHome() local729 splitPlaceholderSize, splitPlaceholderInset, getDeviceProfile(), in startSplitToHome()
379 max((dp!!.insets.top - dp.splitPlaceholderInset).toDouble(), 0.0).toInt() in getPlaceholderSizeAdjustment()
437 return Math.max(insetThickness - dp.splitPlaceholderInset, 0); in getPlaceholderSizeAdjustment()
278 public int splitPlaceholderInset; field in DeviceProfile725 splitPlaceholderInset = res.getDimensionPixelSize(R.dimen.split_placeholder_inset); in DeviceProfile()