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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 457 if (hasDividerBeforeChildAt(i)) {
481 if (hasDividerBeforeChildAt(i)) {
716 protected boolean hasDividerBeforeChildAt(int childIndex) {
LinearLayout.java 363 if (hasDividerBeforeChildAt(i)) {
371 if (hasDividerBeforeChildAt(count)) {
404 if (hasDividerBeforeChildAt(i)) {
417 if (hasDividerBeforeChildAt(count)) {
653 protected boolean hasDividerBeforeChildAt(int childIndex) {
727 if (hasDividerBeforeChildAt(i)) {
828 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
    [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/android/support/v7/widget/
LinearLayoutCompat.java 300 if (hasDividerBeforeChildAt(i)) {
308 if (hasDividerBeforeChildAt(count)) {
328 if (hasDividerBeforeChildAt(i)) {
341 if (hasDividerBeforeChildAt(count)) {
564 protected boolean hasDividerBeforeChildAt(int childIndex) {
629 if (hasDividerBeforeChildAt(i)) {
728 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 78 milliseconds