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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyPreviewChoreographer.java51 public KeyPreviewView getKeyPreviewView(final Key key, final ViewGroup placerView) { argument
60 final Context context = placerView.getContext();
63 placerView.addView(keyPreviewView, ViewLayoutUtils.newLayoutParam(placerView, 0, 0));
99 final ViewGroup placerView, final boolean withAnimation) {
100 final KeyPreviewView keyPreviewView = getKeyPreviewView(key, placerView);
97 placeAndShowKeyPreview(final Key key, final KeyboardIconsSet iconsSet, final KeyDrawParams drawParams, final int keyboardViewWidth, final int[] keyboardOrigin, final ViewGroup placerView, final boolean withAnimation) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripLayoutHelper.java344 * @param placerView the view where the debug info will be placed.
351 final ViewGroup placerView) {
374 layoutDebugInfo(mCenterPositionInStrip, placerView, stripWidth);
400 layoutDebugInfo(positionInStrip, placerView, x);
454 private void layoutDebugInfo(final int positionInStrip, final ViewGroup placerView, argument
461 placerView.addView(debugInfoView);
347 layoutAndReturnStartIndexOfMoreSuggestions( final Context context, final SuggestedWords suggestedWords, final ViewGroup stripView, final ViewGroup placerView) argument

Completed in 71 milliseconds