Searched refs:placerView (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyPreviewChoreographer.java | 52 public KeyPreviewView getKeyPreviewView(final Key key, final ViewGroup placerView) { in getKeyPreviewView() argument 61 final Context context = placerView.getContext(); in getKeyPreviewView() 64 placerView.addView(keyPreviewView, ViewLayoutUtils.newLayoutParam(placerView, 0, 0)); in getKeyPreviewView() 106 final ViewGroup placerView, final boolean withAnimation) { in placeAndShowKeyPreview() argument 107 final KeyPreviewView keyPreviewView = getKeyPreviewView(key, placerView); in placeAndShowKeyPreview()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | SuggestionStripLayoutHelper.java | 362 final ViewGroup stripView, final ViewGroup placerView) { in layoutAndReturnStartIndexOfMoreSuggestions() argument 383 layoutDebugInfo(mCenterPositionInStrip, placerView, stripWidth); in layoutAndReturnStartIndexOfMoreSuggestions() 408 layoutDebugInfo(positionInStrip, placerView, x); in layoutAndReturnStartIndexOfMoreSuggestions() 458 private void layoutDebugInfo(final int positionInStrip, final ViewGroup placerView, in layoutDebugInfo() argument 465 placerView.addView(debugInfoView); in layoutDebugInfo()
|