HomeSort by relevance Sort by last modified time
    Searched refs:getCellHeight (Results 1 - 10 of 10) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
FixedTableModel.java 45 public float getCellHeight() {
68 tableRect.top + model.getCellHeight());
78 return lastRect.bottom + model.getCellHeight() > tableRect.height();
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h 59 int getCellHeight() const { return CELL_HEIGHT; }
proximity_info_state.cpp 60 mCellHeight = proximityInfo->getCellHeight();
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 110 mLauncher.getDeviceProfile().getCellHeight(mContainerType));
AppWidgetResizeFrame.java 251 float yThreshold = mCellLayout.getCellHeight();
364 int yThreshold = mCellLayout.getCellHeight();
DeviceProfile.java 547 public int getCellHeight(@ContainerType int containerType) {
CellLayout.java 742 public int getCellHeight() {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 228 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
385 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
PagedViewCellLayout.java 85 public int getCellHeight() {
CellLayout.java     [all...]

Completed in 189 milliseconds