Home
last modified time | relevance | path

Searched refs:brandingHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/window/
DSplashScreenView.java586 final int brandingHeight = mTmpRect.height(); in onLayout() local
587 if (brandingHeight == 0 || mIconView == null) { in onLayout()
608 final int remainingMaxMargin = remainingHeight - brandingHeight; in onLayout()
609 if (remainingHeight < brandingHeight) { in onLayout()