Searched defs:heightPx (Results 1 – 7 of 7) sorted by relevance
94 public void setSuggestedSize(int widthPx, int heightPx); in setSuggestedSize()
80 public void setSuggestedSize(int widthPx, int heightPx) { in setSuggestedSize()
112 public void setSuggestedSize(int widthPx, int heightPx) { } in setSuggestedSize()
121 public void setSuggestedSize(int widthPx, int heightPx) { } in setSuggestedSize()
174 int heightPx = Math.round(((float) availableWidthPx / columnCount) in getTileSize() local
49 public final int heightPx; field in DeviceProfile
961 final int heightPx = mConversationContainer.measureOverlay(hostView); in measureOverlayHeight() local