Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhone.java175 ExpandableNotificationRow topRow = topEntry.getRow(); in getTouchableRegion() local
177 topRow.getLocationOnScreen(tmpArray); in getTouchableRegion()
179 int maxX = tmpArray[0] + topRow.getWidth(); in getTouchableRegion()
180 int height = topRow.getIntrinsicHeight(); in getTouchableRegion()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java955 Animator topRow = createTranslation(rootView.findViewById(R.id.contactgrid_top_row)); in animateEntry() local
963 builder.with(topRow).with(contactName).with(bottomRow).with(important).with(dataContainer); in animateEntry()