Home | History | Annotate | Download | only in view

Lines Matching refs:logicalWidth

102     public int logicalWidth;
221 && logicalWidth == other.logicalWidth
251 logicalWidth = other.logicalWidth;
276 logicalWidth = source.readInt();
302 dest.writeInt(logicalWidth);
325 getMetricsWithSize(outMetrics, cih, logicalWidth, logicalHeight);
330 logicalWidth : logicalHeight;
335 logicalHeight : logicalWidth;
369 sb.append(logicalWidth);