Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java382 ExpandableNotificationRow topRow = topEntry.getRow(); in calculateTouchableRegion() local
383 topRow.getLocationOnScreen(mTmpTwoArray); in calculateTouchableRegion()
385 int maxX = mTmpTwoArray[0] + topRow.getWidth(); in calculateTouchableRegion()
386 int height = topRow.getIntrinsicHeight(); in calculateTouchableRegion()