Searched refs:topRow (Results 1 – 2 of 2) sorted by relevance
72 View topRow = findViewById(R.id.top_row); in setupIncreaseTouchTargetForDismissButton() local74 if (topRow == null || dismissButton == null || dismissButton.getVisibility() != VISIBLE) { in setupIncreaseTouchTargetForDismissButton()91 topRow.getHitRect(hitRectOfTopRowWithinThis); in setupIncreaseTouchTargetForDismissButton()
223 ExpandableNotificationRow topRow = topEntry.getRow(); in getTouchableRegion() local225 topRow.getLocationOnScreen(tmpArray); in getTouchableRegion()227 int maxX = tmpArray[0] + topRow.getWidth(); in getTouchableRegion()228 int height = topRow.getIntrinsicHeight(); in getTouchableRegion()