HomeSort by relevance Sort by last modified time
    Searched refs:firstActionWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionMenuPresenter.java 436 int firstActionWidth = 0;
489 if (firstActionWidth == 0) {
490 firstActionWidth = measuredWidth;
522 if (firstActionWidth == 0) {
523 firstActionWidth = measuredWidth;
530 isAction &= widthLimit + firstActionWidth > 0;
  /frameworks/base/core/java/android/widget/
ActionMenuPresenter.java 644 int firstActionWidth = 0;
694 if (firstActionWidth == 0) {
695 firstActionWidth = measuredWidth;
724 if (firstActionWidth == 0) {
725 firstActionWidth = measuredWidth;
732 isAction &= widthLimit + firstActionWidth > 0;
    [all...]

Completed in 93 milliseconds