Home
last modified time | relevance | path

Searched refs:getCellWidth (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DAppWidgetResizeFrame.java227 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap(); in resizeWidgetIfNeeded()
384 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap(); in onTouchUp()
DPagedViewCellLayout.java81 public int getCellWidth() { in getCellWidth() method in PagedViewCellLayout
DCellLayout.java900 int getCellWidth() { in getCellWidth() method in CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java243 float xThreshold = mCellLayout.getCellWidth(); in resizeWidgetIfNeeded()
357 int xThreshold = mCellLayout.getCellWidth(); in onTouchUp()
DCellLayout.java784 public int getCellWidth() { in getCellWidth() method in CellLayout
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.h60 int getCellWidth() const { return CELL_WIDTH; } in getCellWidth() function
Dproximity_info_state.cpp61 mCellWidth = proximityInfo->getCellWidth(); in initInputParams()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java820 float cellOverlap = mContent.getCurrentCellLayout().getCellWidth() in onDragOver()
1139 int cellIconGap = (mContent.getPageAt(0).getCellWidth() in onMeasure()