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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 310 float expandCount = Long.bitCount(smallestItemsAt);
316 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
320 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
324 final int extraPixels = expandCount > 0 ?
325 (int) (cellsRemaining * cellSize / expandCount) : 0;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 311 float expandCount = Long.bitCount(smallestItemsAt);
317 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
321 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
325 final int extraPixels = expandCount > 0 ?
326 (int) (cellsRemaining * cellSize / expandCount) : 0;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 49 milliseconds