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

/frameworks/base/core/java/android/widget/
H A DActionMenuView.java457 if (hasDividerBeforeChildAt(i)) {
481 if (hasDividerBeforeChildAt(i)) {
716 protected boolean hasDividerBeforeChildAt(int childIndex) { method in class:ActionMenuView
H A DLinearLayout.java353 if (hasDividerBeforeChildAt(i)) {
361 if (hasDividerBeforeChildAt(count)) {
395 if (hasDividerBeforeChildAt(i)) {
408 if (hasDividerBeforeChildAt(count)) {
643 protected boolean hasDividerBeforeChildAt(int childIndex) { method in class:LinearLayout
717 if (hasDividerBeforeChildAt(i)) {
815 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
1061 if (hasDividerBeforeChildAt(i)) {
1181 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
1581 if (hasDividerBeforeChildAt(
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java296 if (hasDividerBeforeChildAt(i)) {
304 if (hasDividerBeforeChildAt(count)) {
324 if (hasDividerBeforeChildAt(i)) {
337 if (hasDividerBeforeChildAt(count)) {
560 protected boolean hasDividerBeforeChildAt(int childIndex) { method in class:LinearLayoutCompat
625 if (hasDividerBeforeChildAt(i)) {
724 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
971 if (hasDividerBeforeChildAt(i)) {
1089 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
1490 if (hasDividerBeforeChildAt(
[all...]

Completed in 80 milliseconds