Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewChoreographer.java51 public KeyPreviewView getKeyPreviewView(final Key key, final ViewGroup placerView) { in getKeyPreviewView() argument
60 final Context context = placerView.getContext(); in getKeyPreviewView()
63 placerView.addView(keyPreviewView, ViewLayoutUtils.newLayoutParam(placerView, 0, 0)); in getKeyPreviewView()
99 final ViewGroup placerView, final boolean withAnimation) { in placeAndShowKeyPreview() argument
100 final KeyPreviewView keyPreviewView = getKeyPreviewView(key, placerView); in placeAndShowKeyPreview()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java351 final ViewGroup placerView) { in layoutAndReturnStartIndexOfMoreSuggestions() argument
374 layoutDebugInfo(mCenterPositionInStrip, placerView, stripWidth); in layoutAndReturnStartIndexOfMoreSuggestions()
400 layoutDebugInfo(positionInStrip, placerView, x); in layoutAndReturnStartIndexOfMoreSuggestions()
454 private void layoutDebugInfo(final int positionInStrip, final ViewGroup placerView, in layoutDebugInfo() argument
461 placerView.addView(debugInfoView); in layoutDebugInfo()