Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java8775 final float screenResolvedBoundsWidth = screenResolvedBounds.width(); in updateResolvedBoundsPosition() local
8790 if (parentBounds.width() != screenResolvedBoundsWidth) { in updateResolvedBoundsPosition()
8791 if (screenResolvedBoundsWidth <= parentAppBoundsWidth) { in updateResolvedBoundsPosition()
8798 - screenResolvedBoundsWidth) * positionMultiplier) in updateResolvedBoundsPosition()