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

  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 97 private int mBaselineAlignedChildIndex = -1;
208 mBaselineAlignedChildIndex = a.getInt(
467 if (mBaselineAlignedChildIndex < 0) {
471 if (getChildCount() <= mBaselineAlignedChildIndex) {
472 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
476 final View child = getChildAt(mBaselineAlignedChildIndex);
480 if (mBaselineAlignedChildIndex == 0) {
486 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
493 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
524 return mBaselineAlignedChildIndex;
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 124 private int mBaselineAlignedChildIndex = -1;
233 mBaselineAlignedChildIndex =
507 if (mBaselineAlignedChildIndex < 0) {
511 if (getChildCount() <= mBaselineAlignedChildIndex) {
512 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
516 final View child = getChildAt(mBaselineAlignedChildIndex);
520 if (mBaselineAlignedChildIndex == 0) {
526 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
533 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
564 return mBaselineAlignedChildIndex;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 109 private int mBaselineAlignedChildIndex = -1;
175 mBaselineAlignedChildIndex =
423 if (mBaselineAlignedChildIndex < 0) {
427 if (getChildCount() <= mBaselineAlignedChildIndex) {
428 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
432 final View child = getChildAt(mBaselineAlignedChildIndex);
436 if (mBaselineAlignedChildIndex == 0) {
442 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
449 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
480 return mBaselineAlignedChildIndex;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 106 milliseconds