Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java8776 final float parentAppBoundsWidth = parentAppBounds.width(); in updateResolvedBoundsPosition() local
8791 if (screenResolvedBoundsWidth <= parentAppBoundsWidth) { in updateResolvedBoundsPosition()
8796 final int appWidth = (int) (parentAppBoundsWidth + navBarInsets.right); in updateResolvedBoundsPosition()