Searched refs:splitPlaceholderInset (Results 1 – 4 of 4) sorted by relevance
644 int splitPlaceholderInset = getResources().getDimensionPixelSize( in startSplitToHome() local654 splitPlaceholderSize, splitPlaceholderInset, getDeviceProfile(), in startSplitToHome()
446 return Math.max(dp.getInsets().top - dp.splitPlaceholderInset, 0); in getPlaceholderSizeAdjustment()
512 return Math.max(insetThickness - dp.splitPlaceholderInset, 0); in getPlaceholderSizeAdjustment()
257 public int splitPlaceholderInset; field in DeviceProfile616 splitPlaceholderInset = res.getDimensionPixelSize(R.dimen.split_placeholder_inset); in DeviceProfile()