Searched defs:hasDividerBeforeChildAt (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java413 if (hasDividerBeforeChildAt(i)) {
437 if (hasDividerBeforeChildAt(i)) {
559 protected boolean hasDividerBeforeChildAt(int childIndex) { method in class:ActionMenuView
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java325 if (hasDividerBeforeChildAt(i)) {
333 if (hasDividerBeforeChildAt(count)) {
353 if (hasDividerBeforeChildAt(i)) {
366 if (hasDividerBeforeChildAt(count)) {
601 protected boolean hasDividerBeforeChildAt(int childIndex) { method in class:LinearLayout
665 if (hasDividerBeforeChildAt(i)) {
762 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
1006 if (hasDividerBeforeChildAt(i)) {
1121 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
1516 if (hasDividerBeforeChildAt(
[all...]

Completed in 237 milliseconds