Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java421 private Rect mExpandButtonRect; field in NotificationHeaderView.HeaderTouchListener
434 mExpandButtonRect = addRectAroundView(mExpandButton); in bindTouchRects()
513 return mExpandButtonRect.contains((int) x, (int) y); in isInside()