Searched refs:topRow (Results 1 – 2 of 2) sorted by relevance
70 View topRow = findViewById(R.id.top_row); in setupIncreaseTouchTargetForDismissButton() local72 if (topRow == null || dismissButton == null || dismissButton.getVisibility() != VISIBLE) { in setupIncreaseTouchTargetForDismissButton()89 topRow.getHitRect(hitRectOfTopRowWithinThis); in setupIncreaseTouchTargetForDismissButton()
181 ExpandableNotificationRow topRow = topEntry.getRow(); in getTouchableRegion() local183 topRow.getLocationOnScreen(tmpArray); in getTouchableRegion()185 int maxX = tmpArray[0] + topRow.getWidth(); in getTouchableRegion()186 int height = topRow.getIntrinsicHeight(); in getTouchableRegion()