HomeSort by relevance Sort by last modified time
    Searched refs:remainingHeight (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 229 int remainingHeight = rect.h - height;
231 if (remainingHeight >= mMinHeight) {
232 mSpace.add(new Rect(rect.x, rect.y + height, width, remainingHeight));
253 if (remainingHeight >= mMinHeight) {
254 mSpace.add(new Rect(rect.x, rect.y + height, rect.w, remainingHeight));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 221 public int setMoreSuggestionsHeight(final int remainingHeight) {
223 if (currentHeight <= remainingHeight) {
227 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap)
626 public int setMoreSuggestionsHeight(final int remainingHeight) {
627 return mParams.setMoreSuggestionsHeight(remainingHeight);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 142 milliseconds