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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripLayoutHelper.java115 final View dividerView = dividerViews.get(0);
117 dividerView.measure(
119 mDividerWidth = dividerView.getMeasuredWidth();
331 private static void addDivider(final ViewGroup stripView, final View dividerView) { argument
332 stripView.addView(dividerView);
334 (LinearLayout.LayoutParams)dividerView.getLayoutParams();

Completed in 53 milliseconds