Home
last modified time | relevance | path

Searched refs:gridHeight (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/pagination/
DPageMeasurementHelper.java108 int gridHeight = windowHeight - mDefinedMarginVertical * 2 in handleWindowSizeChange() local
113 gridHeight = roundDownToModuloMultiple(gridHeight, mNumOfRows); in handleWindowSizeChange()
115 int cellHeight = gridHeight / mNumOfRows; in handleWindowSizeChange()
116 mGridDimensions = new GridDimensions(gridWidth, gridHeight, cellWidth, cellHeight); in handleWindowSizeChange()
120 int marginVertical = (windowHeight - gridHeight) / 2; in handleWindowSizeChange()
129 recyclerViewHeight = gridHeight; in handleWindowSizeChange()
138 pageIndicatorHeight = gridHeight; in handleWindowSizeChange()
176 public GridDimensions(int gridWidth, int gridHeight, int cellWidth, int cellHeight) { in GridDimensions() argument
178 gridHeightPx = gridHeight; in GridDimensions()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.cpp53 const int gridWidth, const int gridHeight, const int mostCommonKeyWidth, in ProximityInfo() argument
59 : GRID_WIDTH(gridWidth), GRID_HEIGHT(gridHeight), MOST_COMMON_KEY_WIDTH(mostCommonKeyWidth), in ProximityInfo()
65 CELL_HEIGHT((keyboardHeight + gridHeight - 1) / gridHeight), in ProximityInfo()
Dproximity_info.h32 const int gridWidth, const int gridHeight,
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_keyboard_ProximityInfo.cpp29 jint displayWidth, jint displayHeight, jint gridWidth, jint gridHeight, in latinime_Keyboard_setProximityInfo() argument
35 gridWidth, gridHeight, mostCommonkeyWidth, mostCommonkeyHeight, proximityChars, in latinime_Keyboard_setProximityInfo()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java61 ProximityInfo(final int gridWidth, final int gridHeight, final int minWidth, final int height, in ProximityInfo() argument
66 mGridHeight = gridHeight; in ProximityInfo()
91 int gridWidth, int gridHeight, int mostCommonKeyWidth, int mostCommonKeyHeight, in setProximityInfoNative() argument
/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
DProximityInfo.java22 int gridWidth, int gridHeight, int mostCommonKeyWidth, int mostCommonKeyHeight, in setProximityInfoNative() argument