Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mFixedWidth

113     private int mFixedWidth = -1;
938 mFixedWidth = width;
966 if (mFixedWidth > 0 && mFixedHeight > 0) {
967 newWidth = mFixedWidth;
1002 if (mFixedWidth > 0 && mFixedHeight > 0) {