Home | History | Annotate | Download | only in view

Lines Matching defs:logicalWidth

111     public int logicalWidth;
272 && logicalWidth == other.logicalWidth
308 logicalWidth = other.logicalWidth;
340 logicalWidth = source.readInt();
373 dest.writeInt(logicalWidth);
413 getMetricsWithSize(outMetrics, compatInfo, token, logicalWidth, logicalHeight);
418 logicalWidth : logicalHeight;
423 logicalHeight : logicalWidth;
463 sb.append(logicalWidth);