Home | History | Annotate | Download | only in view

Lines Matching defs:logicalHeight

111     public int logicalHeight;
241 && logicalHeight == other.logicalHeight
273 logicalHeight = other.logicalHeight;
300 logicalHeight = source.readInt();
328 dest.writeInt(logicalHeight);
362 getMetricsWithSize(outMetrics, compatInfo, token, logicalWidth, logicalHeight);
367 logicalWidth : logicalHeight;
372 logicalHeight : logicalWidth;
412 sb.append(logicalHeight);