Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java8806 final float parentAppBoundsHeight = parentAppBounds.height(); in updateResolvedBoundsPosition() local
8812 if (screenResolvedBoundsHeight <= parentAppBoundsHeight) { in updateResolvedBoundsPosition()
8817 final int appHeight = (int) (parentAppBoundsHeight + navBarInsets.bottom); in updateResolvedBoundsPosition()