Searched refs:topRow (Results 1 – 3 of 3) 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()
175 ExpandableNotificationRow topRow = topEntry.getRow(); in getTouchableRegion() local177 topRow.getLocationOnScreen(tmpArray); in getTouchableRegion()179 int maxX = tmpArray[0] + topRow.getWidth(); in getTouchableRegion()180 int height = topRow.getIntrinsicHeight(); in getTouchableRegion()
955 Animator topRow = createTranslation(rootView.findViewById(R.id.contactgrid_top_row)); in animateEntry() local963 builder.with(topRow).with(contactName).with(bottomRow).with(important).with(dataContainer); in animateEntry()