Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java143 private final int[] mOriginCoords = CoordinateUtils.newInstance(); field in MainKeyboardView
445 getLocationInWindow(mOriginCoords); in locatePreviewPlacerView()
446 mDrawingPreviewPlacerView.setKeyboardViewGeometry(mOriginCoords, getWidth(), getHeight()); in locatePreviewPlacerView()
486 getLocationInWindow(mOriginCoords); in showKeyPreview()
488 getWidth(), mOriginCoords, mDrawingPreviewPlacerView, isHardwareAccelerated()); in showKeyPreview()