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 353 if (hasDividerBeforeChildAt(i)) {
361 if (hasDividerBeforeChildAt(count)) {
395 if (hasDividerBeforeChildAt(i)) {
408 if (hasDividerBeforeChildAt(count)) {
643 protected boolean hasDividerBeforeChildAt(int childIndex) {
717 if (hasDividerBeforeChildAt(i)) {
815 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 296 if (hasDividerBeforeChildAt(i)) {
304 if (hasDividerBeforeChildAt(count)) {
324 if (hasDividerBeforeChildAt(i)) {
337 if (hasDividerBeforeChildAt(count)) {
560 protected boolean hasDividerBeforeChildAt(int childIndex) {
625 if (hasDividerBeforeChildAt(i)) {
724 if (mTotalLength > 0 && hasDividerBeforeChildAt(count)) {
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 373 milliseconds