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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 255 long minCellsAt = 0; // Bit locations are indices of relevant child views
267 minCellsAt = 1 << i;
270 minCellsAt |= 1 << i;
276 smallestItemsAt |= minCellsAt;
286 if ((minCellsAt & (1 << i)) == 0) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 259 long minCellsAt = 0; // Bit locations are indices of relevant child views
271 minCellsAt = 1 << i;
274 minCellsAt |= 1 << i;
280 smallestItemsAt |= minCellsAt;
290 if ((minCellsAt & (1 << i)) == 0) {
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 72 milliseconds