HomeSort by relevance Sort by last modified time
    Searched defs:hasDividerBeforeChildAt (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 458 if (hasDividerBeforeChildAt(i)) {
482 if (hasDividerBeforeChildAt(i)) {
717 protected boolean hasDividerBeforeChildAt(int childIndex) {
LinearLayout.java 427 if (hasDividerBeforeChildAt(i)) {
435 if (hasDividerBeforeChildAt(count)) {
468 if (hasDividerBeforeChildAt(i)) {
481 if (hasDividerBeforeChildAt(count)) {
717 protected boolean hasDividerBeforeChildAt(int childIndex) {
794 if (hasDividerBeforeChildAt(i)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 336 if (hasDividerBeforeChildAt(i)) {
344 if (hasDividerBeforeChildAt(count)) {
364 if (hasDividerBeforeChildAt(i)) {
377 if (hasDividerBeforeChildAt(count)) {
612 protected boolean hasDividerBeforeChildAt(int childIndex) {
677 if (hasDividerBeforeChildAt(i)) {
775 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
LinearLayoutCompat.java 300 if (hasDividerBeforeChildAt(i)) {
308 if (hasDividerBeforeChildAt(count)) {
328 if (hasDividerBeforeChildAt(i)) {
341 if (hasDividerBeforeChildAt(count)) {
565 protected boolean hasDividerBeforeChildAt(int childIndex) {
630 if (hasDividerBeforeChildAt(i)) {
729 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
    [all...]

Completed in 217 milliseconds