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

  /frameworks/support/design/src/android/support/design/internal/
BottomNavigationMenuView.java 116 final int activeWidth = Math.min(activeMaxAvailable, mActiveItemMaxWidth);
117 final int inactiveMaxAvailable = (width - activeWidth) / inactiveCount;
119 int extra = width - activeWidth - inactiveWidth * inactiveCount;
121 mTempChildWidths[i] = (i == mActiveButton) ? activeWidth : inactiveWidth;
  /external/deqp/framework/common/
tcuImageIO.cpp 246 deUint16 activeWidth = readBigEndianShort(resource.get());
251 dst.setStorage(COMPRESSEDTEXFORMAT_ETC1_RGB8, (int)activeWidth, (int)activeHeight);
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 2722 milliseconds