Home
last modified time | relevance | path

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

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