Searched refs:hasSupportDividerBeforeChildAt (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DLinearLayoutICS.java93 if (hasSupportDividerBeforeChildAt(childIndex)) {
95 } else if (childIndex == count - 1 && hasSupportDividerBeforeChildAt(count)) {
99 if (hasSupportDividerBeforeChildAt(childIndex)) {
101 } else if (childIndex == count - 1 && hasSupportDividerBeforeChildAt(count)) {
116 hasSupportDividerBeforeChildAt(i)) {
122 if (hasSupportDividerBeforeChildAt(count)) {
139 hasSupportDividerBeforeChildAt(i)) {
145 if (hasSupportDividerBeforeChildAt(count)) {
175 protected boolean hasSupportDividerBeforeChildAt(int childIndex) { method in class:LinearLayoutICS
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuView.java438 if (hasSupportDividerBeforeChildAt(i)) {
454 if (hasSupportDividerBeforeChildAt(i)) {
555 protected boolean hasSupportDividerBeforeChildAt(int childIndex) { method in class:ActionMenuView

Completed in 52 milliseconds