HomeSort by relevance Sort by last modified time
    Searched refs:remainingHeight (Results 1 - 6 of 6) 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 138 public int setMoreSuggestionsHeight(final int remainingHeight) {
139 return mLayoutHelper.setMoreSuggestionsHeight(remainingHeight);
SuggestionStripLayoutHelper.java 172 public int setMoreSuggestionsHeight(final int remainingHeight) {
174 if (currentHeight <= remainingHeight) {
178 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.cpp 509 LayoutUnit remainingHeight = pageLogicalBottom - offset;
513 remainingHeight = intMod(remainingHeight, pageLogicalHeight);
515 return remainingHeight;
    [all...]
RenderBlock.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 256 milliseconds