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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 220 lp.preventEdgeOffset = isGeneratedItem && ((ActionMenuItemView) child).hasText();
284 if (centerSingleExpandedItem && lp.preventEdgeOffset && cellsRemaining == 1) {
308 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
312 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
328 if (i == 0 && !lp.preventEdgeOffset) {
778 public boolean preventEdgeOffset;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 230 lp.preventEdgeOffset = isGeneratedItem && ((ActionMenuItemView) child).hasText();
294 if (centerSingleExpandedItem && lp.preventEdgeOffset && cellsRemaining == 1) {
318 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
322 if (!lp.preventEdgeOffset) expandCount -= 0.5f;
338 if (i == 0 && !lp.preventEdgeOffset) {
782 public boolean preventEdgeOffset;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 78 milliseconds