Searched defs:pivotX (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
H A DDialogAdapter.java34 public DialogAdapter(ArrayList<Setting> settings, int pivotX, int pivotY, argument
37 mPivotX = pivotX;
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFocusLogic.java276 * @param pivotX x coordinate of the focused item in the current page
281 int pivotX, int pivotY) {
295 if (pivotX < 0) {
296 matrix[cx - pivotX][cy] = i;
302 if (pivotX < 0) {
305 matrix[pivotX][pivotY] = PIVOT;
280 createSparseMatrixWithPivotColumn(CellLayout iconLayout, int pivotX, int pivotY) argument

Completed in 43 milliseconds