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.java96 WindowMetrics bubbleWindowMetrics = in checkHeight() local
101 if (bubbleWindowMetrics.getBounds().height() <= percentOfScreen) { in checkHeight()
104 + bubbleWindowMetrics.getBounds().height() in checkHeight()
115 int diff = bottomInset - bubbleWindowMetrics.getBounds().bottom; in checkHeight()