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 302 float expandCount = Long.bitCount(smallestItemsAt);
308 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
312 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
316 final int extraPixels = expandCount > 0 ?
317 (int) (cellsRemaining * cellSize / expandCount) : 0;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 312 float expandCount = Long.bitCount(smallestItemsAt);
318 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
322 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
326 final int extraPixels = expandCount > 0 ?
327 (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 137 milliseconds