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 116 private int mBaselineAlignedChildIndex = -1;
225 mBaselineAlignedChildIndex =
498 if (mBaselineAlignedChildIndex < 0) {
502 if (getChildCount() <= mBaselineAlignedChildIndex) {
503 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
507 final View child = getChildAt(mBaselineAlignedChildIndex);
511 if (mBaselineAlignedChildIndex == 0) {
517 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
524 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
555 return mBaselineAlignedChildIndex;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 106 private int mBaselineAlignedChildIndex = -1;
172 mBaselineAlignedChildIndex =
419 if (mBaselineAlignedChildIndex < 0) {
423 if (getChildCount() <= mBaselineAlignedChildIndex) {
424 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
428 final View child = getChildAt(mBaselineAlignedChildIndex);
432 if (mBaselineAlignedChildIndex == 0) {
438 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
445 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
476 return mBaselineAlignedChildIndex;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 610 milliseconds