Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubbleActivity.java95 WindowMetrics bubbleWindowMetrics = in checkHeight() local
99 if (bubbleWindowMetrics.getBounds().height() < percentOfScreen) { in checkHeight()
102 + bubbleWindowMetrics.getBounds().height() in checkHeight()
113 int diff = bottomInset - bubbleWindowMetrics.getBounds().bottom; in checkHeight()