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.java320 ExpandableNotificationRow topRow = topEntry.getRow(); in calculateTouchableRegion() local
321 topRow.getLocationOnScreen(mTmpTwoArray); in calculateTouchableRegion()
323 int maxX = mTmpTwoArray[0] + topRow.getWidth(); in calculateTouchableRegion()
324 int height = topRow.getIntrinsicHeight(); in calculateTouchableRegion()