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 247 long minCellsAt = 0; // Bit locations are indices of relevant child views
259 minCellsAt = 1 << i;
262 minCellsAt |= 1 << i;
268 smallestItemsAt |= minCellsAt;
278 if ((minCellsAt & (1 << i)) == 0) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 257 long minCellsAt = 0; // Bit locations are indices of relevant child views
269 minCellsAt = 1 << i;
272 minCellsAt |= 1 << i;
278 smallestItemsAt |= minCellsAt;
288 if ((minCellsAt & (1 << i)) == 0) {
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 551 milliseconds