Home
last modified time | relevance | path

Searched refs:topRow (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
H A DBannerMessageView.java70 View topRow = findViewById(R.id.top_row); in setupIncreaseTouchTargetForDismissButton() local
72 if (topRow == null || dismissButton == null || dismissButton.getVisibility() != VISIBLE) { in setupIncreaseTouchTargetForDismissButton()
89 topRow.getHitRect(hitRectOfTopRowWithinThis); in setupIncreaseTouchTargetForDismissButton()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhone.java181 ExpandableNotificationRow topRow = topEntry.getRow(); in getTouchableRegion() local
183 topRow.getLocationOnScreen(tmpArray); in getTouchableRegion()
185 int maxX = tmpArray[0] + topRow.getWidth(); in getTouchableRegion()
186 int height = topRow.getIntrinsicHeight(); in getTouchableRegion()