Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DViewLayoutUtils.java33 public static MarginLayoutParams newLayoutParam(final ViewGroup placer, final int width, in newLayoutParam() method in ViewLayoutUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewChoreographer.java63 placerView.addView(keyPreviewView, ViewLayoutUtils.newLayoutParam(placerView, 0, 0)); in getKeyPreviewView()