Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAlertDialogLayout.java113 int buttonWantsHeight = 0; in tryOnMeasure() local
117 buttonWantsHeight = buttonPanel.getMeasuredHeight() - buttonHeight; in tryOnMeasure()
148 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight); in tryOnMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DAlertDialogLayout.java124 int buttonWantsHeight = 0; in tryOnMeasure() local
128 buttonWantsHeight = buttonPanel.getMeasuredHeight() - buttonHeight; in tryOnMeasure()
159 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight); in tryOnMeasure()