Lines Matching defs:top

650         mTmpSize.set(w.mFrame.left + w.mXOffset, w.mFrame.top + w.mYOffset, 0, 0);
659 + " x=" + mTmpSize.left + " y=" + mTmpSize.top
678 && attrs.surfaceInsets.top == 0
715 + ", set left=" + w.mFrame.left + " top=" + w.mFrame.top
721 + w.mFrame.left + "," + w.mFrame.top + ") ("
729 mSurfaceController.setPositionInTransaction(mTmpSize.left, mTmpSize.top, false);
746 mTmpSize.bottom = mTmpSize.top + w.mRequestedHeight;
754 mTmpSize.top = 0;
758 mTmpSize.bottom = mTmpSize.top + displayInfo.logicalHeight;
761 mTmpSize.bottom = mTmpSize.top + w.mCompatFrame.height();
772 mTmpSize.bottom = mTmpSize.top + 1;
777 mTmpSize.top -= attrs.surfaceInsets.top;
873 final int surfaceInsetTop = mWin.mAttrs.surfaceInsets.top;
968 tmpMatrix.postTranslate(frame.left + mWin.mXOffset, frame.top + mWin.mYOffset);
1003 && x == frame.left && y == frame.top))) {
1025 mWin.mContainingFrame.top - mWin.mFrame.top );
1068 tmpMatrix.postTranslate(frame.left + mWin.mXOffset, frame.top + mWin.mYOffset);
1085 mWin.mShownPosition.set(mWin.mFrame.left, mWin.mFrame.top);
1158 finalClipRect.top = (int)finalCrop.top;
1224 clipRect.offset(w.mAttrs.surfaceInsets.left, w.mAttrs.surfaceInsets.top);
1314 w.mFrame.top + mWin.mYOffset - surfaceInsets.top;
1323 mTmpStackBounds.inset(-surfaceInsets.left, -surfaceInsets.top,
1329 clipRect.top = Math.max(0,
1330 Math.max(mTmpStackBounds.top, frameY + clipRect.top) - frameY);
1392 int vInsets = attrs.surfaceInsets.top + attrs.surfaceInsets.bottom;
1400 int posY = mTmpSize.top;
1445 posY -= (int) (th * mExtraVScale * mTmpSourceBounds.top);
1471 // distance between the surface top left, and the start of the surface contents
1478 posY += attrs.surfaceInsets.top * (1 - mExtraVScale);
1492 mSurfaceController.setPositionInTransaction(mTmpSize.left, mTmpSize.top,
1662 final int top = shownPosition.y - attrs.surfaceInsets.top;
1668 mWin.mFrame.top + top, false);
1672 + " pos=(" + left + "," + top + ")", e);
1951 void setMoveAnimation(int left, int top) {
1956 mAnimDy = mWin.mLastFrame.top - top;
2001 final float y = w.mFrame.top;