Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mFixedHeight

110     private int mFixedHeight = -1;
802 mFixedHeight = height;
826 if (mFixedWidth > 0 && mFixedHeight > 0) {
828 newHeight = mFixedHeight;
863 if (mFixedWidth > 0 && mFixedHeight > 0) {