Home | History | Annotate | Download | only in internal

Lines Matching refs:mCurrentY

143     private int mCurrentY = 0;
357 return new KeyboardRow(mResources, mParams, parser, mCurrentY);
408 final KeyboardRow gridRows = new KeyboardRow(mResources, mParams, parser, mCurrentY);
430 final KeyboardRow row = new KeyboardRow(mResources, mParams, parser, mCurrentY);
796 mCurrentY += mParams.mTopPadding;
816 mCurrentY += row.getRowHeight();
836 final int actualHeight = mCurrentY - mParams.mVerticalGap + mParams.mBottomPadding;