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

/frameworks/base/core/java/android/widget/
H A DActionMenuView.java458 if (hasDividerBeforeChildAt(i)) {
482 if (hasDividerBeforeChildAt(i)) {
717 protected boolean hasDividerBeforeChildAt(int childIndex) { method in class:ActionMenuView
H A DLinearLayout.java408 if (hasDividerBeforeChildAt(i)) {
416 if (hasDividerBeforeChildAt(count)) {
449 if (hasDividerBeforeChildAt(i)) {
462 if (hasDividerBeforeChildAt(count)) {
698 protected boolean hasDividerBeforeChildAt(int childIndex) { method in class:LinearLayout
775 if (hasDividerBeforeChildAt(i)) {
876 if (nonSkippedChildCount > 0 && hasDividerBeforeChildAt(count)) {
1117 if (hasDividerBeforeChildAt(i)) {
1239 if (nonSkippedChildCount > 0 && hasDividerBeforeChildAt(count)) {
1630 if (hasDividerBeforeChildAt(
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java298 if (hasDividerBeforeChildAt(i)) {
306 if (hasDividerBeforeChildAt(count)) {
326 if (hasDividerBeforeChildAt(i)) {
339 if (hasDividerBeforeChildAt(count)) {
562 protected boolean hasDividerBeforeChildAt(int childIndex) { method in class:LinearLayoutCompat
627 if (hasDividerBeforeChildAt(i)) {
726 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
973 if (hasDividerBeforeChildAt(i)) {
1090 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
1491 if (hasDividerBeforeChildAt(
[all...]

Completed in 64 milliseconds