[go: nahoru, domu]

Lines Matching refs:lp

373             final LayoutParams lp = (LayoutParams) child.getLayoutParams();
374 lp.resetTouchBehaviorTracking();
414 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
415 final Behavior b = lp.getBehavior();
454 final boolean wasBlocking = lp.didBlockInteraction();
455 final boolean isBlocking = lp.isBlockingInteractionBelow(this, child);
504 final LayoutParams lp = (LayoutParams) mBehaviorTouchView.getLayoutParams();
505 final Behavior b = lp.getBehavior();
627 final LayoutParams lp = getResolvedLayoutParams(child);
628 lp.findAnchorView(this, child);
704 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
707 if (lp.keyline >= 0 && widthMode != MeasureSpec.UNSPECIFIED) {
708 final int keylinePos = getKeyline(lp.keyline);
710 resolveKeylineGravity(lp.gravity), layoutDirection)
737 final Behavior b = lp.getBehavior();
745 lp.leftMargin + lp.rightMargin);
748 lp.topMargin + lp.bottomMargin);
768 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
769 final Behavior b = lp.getBehavior();
796 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
797 if (lp.checkAnchorChanged()) {
801 if (lp.mAnchorView != null) {
802 layoutChildWithAnchor(child, lp.mAnchorView, layoutDirection);
803 } else if (lp.keyline >= 0) {
804 layoutChildWithKeyline(child, lp.keyline, layoutDirection);
816 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
817 final Behavior behavior = lp.getBehavior();
848 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
849 lp.setLastChildRect(r);
860 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
861 out.set(lp.getLastChildRect());
895 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
897 resolveAnchoredChildGravity(lp.gravity), layoutDirection);
899 resolveGravity(lp.anchorGravity),
973 left = Math.max(getPaddingLeft() + lp.leftMargin,
975 width - getPaddingRight() - childWidth - lp.rightMargin));
976 top = Math.max(getPaddingTop() + lp.topMargin,
978 height - getPaddingBottom() - childHeight - lp.bottomMargin));
991 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
1013 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
1015 resolveKeylineGravity(lp.gravity), layoutDirection);
1058 left = Math.max(getPaddingLeft() + lp.leftMargin,
1060 width - getPaddingRight() - childWidth - lp.rightMargin));
1061 top = Math.max(getPaddingTop() + lp.topMargin,
1063 height - getPaddingBottom() - childHeight - lp.bottomMargin));
1076 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
1078 parent.set(getPaddingLeft() + lp.leftMargin,
1079 getPaddingTop() + lp.topMargin,
1080 getWidth() - getPaddingRight() - lp.rightMargin,
1081 getHeight() - getPaddingBottom() - lp.bottomMargin);
1094 GravityCompat.apply(resolveGravity(lp.gravity), child.getMeasuredWidth(),
1125 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
1126 if (lp.mBehavior != null && lp.mBehavior.getScrimOpacity(this, child) > 0.f) {
1130 mScrimPaint.setColor(lp.mBehavior.getScrimColor(this, child));
1161 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
1167 if (lp.mAnchorDirectChild == checkChild) {
1219 CoordinatorLayout.LayoutParams lp = (CoordinatorLayout.LayoutParams)
1221 CoordinatorLayout.Behavior b = lp.getBehavior();
1222 if (b != null && lp.dependsOn(this, child, view)) {
1250 CoordinatorLayout.LayoutParams lp = (CoordinatorLayout.LayoutParams)
1252 CoordinatorLayout.Behavior b = lp.getBehavior();
1253 if (b != null && lp.dependsOn(this, child, view)) {
1271 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
1281 if (lp.dependsOn(this, child, other)) {
1316 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
1317 if (lp.mAnchorView != null) {
1327 if (lp.dependsOn(this, child, other)) {
1376 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
1377 if (lp.mAnchorView != null) {
1382 getDescendantRect(lp.mAnchorView, anchorRect);
1398 final Behavior b = lp.getBehavior();
1400 b.onDependentViewChanged(this, child, lp.mAnchorView);
1473 final LayoutParams lp = (LayoutParams) view.getLayoutParams();
1474 final Behavior viewBehavior = lp.getBehavior();
1480 lp.acceptNestedScroll(accepted);
1482 lp.acceptNestedScroll(false);
1496 final LayoutParams lp = (LayoutParams) view.getLayoutParams();
1497 if (!lp.isNestedScrollAccepted()) {
1501 final Behavior viewBehavior = lp.getBehavior();
1514 final LayoutParams lp = (LayoutParams) view.getLayoutParams();
1515 if (!lp.isNestedScrollAccepted()) {
1519 final Behavior viewBehavior = lp.getBehavior();
1523 lp.resetNestedScroll();
1524 lp.resetChangedAfterNestedScroll();
1538 final LayoutParams lp = (LayoutParams) view.getLayoutParams();
1539 if (!lp.isNestedScrollAccepted()) {
1543 final Behavior viewBehavior = lp.getBehavior();
1564 final LayoutParams lp = (LayoutParams) view.getLayoutParams();
1565 if (!lp.isNestedScrollAccepted()) {
1569 final Behavior viewBehavior = lp.getBehavior();
1597 final LayoutParams lp = (LayoutParams) view.getLayoutParams();
1598 if (!lp.isNestedScrollAccepted()) {
1602 final Behavior viewBehavior = lp.getBehavior();
1620 final LayoutParams lp = (LayoutParams) view.getLayoutParams();
1621 if (!lp.isNestedScrollAccepted()) {
1625 final Behavior viewBehavior = lp.getBehavior();
1948 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
1949 lp.mBehaviorTag = tag;
1960 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
1961 return lp.mBehaviorTag;
2631 final LayoutParams lp = getResolvedLayoutParams(child);
2632 final Behavior b = lp.getBehavior();
2651 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
2652 final Behavior b = lp.getBehavior();