Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java8514 final float parentBoundsHeight = parentBounds.height(); in updateResolvedBoundsPosition() local
8518 if (parentBoundsHeight != screenResolvedBoundsHeight) { in updateResolvedBoundsPosition()
8525 ? parentBoundsHeight : parentAppBoundsHeight; in updateResolvedBoundsPosition()