Searched refs:topRow (Results 1 – 1 of 1) sorted by relevance
320 ExpandableNotificationRow topRow = topEntry.getRow(); in calculateTouchableRegion() local321 topRow.getLocationOnScreen(mTmpTwoArray); in calculateTouchableRegion()323 int maxX = mTmpTwoArray[0] + topRow.getWidth(); in calculateTouchableRegion()324 int height = topRow.getIntrinsicHeight(); in calculateTouchableRegion()