HomeSort by relevance Sort by last modified time
    Searched refs:childBefore (Results 1 - 4 of 4) 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 719 final View childBefore = getChildAt(childIndex - 1);
722 if (childIndex < getChildCount() && childBefore instanceof ActionMenuChildView) {
723 result |= ((ActionMenuChildView) childBefore).needsDividerAfter();
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 438 milliseconds