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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 720 final View childBefore = getChildAt(childIndex - 1);
723 if (childIndex < getChildCount() && childBefore instanceof ActionMenuChildView) {
724 result |= ((ActionMenuChildView) childBefore).needsDividerAfter();
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 722 final View childBefore = getChildAt(childIndex - 1);
725 if (childIndex < getChildCount() && childBefore instanceof ActionMenuChildView) {
726 result |= ((ActionMenuChildView) childBefore).needsDividerAfter();
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 88 milliseconds