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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 144 int spaceBelow = screen.maxY() - widgetRectInScreen.y();
145 if (spaceAbove > spaceBelow)
148 listBox->setMaxHeight(spaceBelow);
153 if (spaceAbove > spaceBelow)
  /frameworks/base/core/java/android/widget/
Toolbar.java     [all...]
ListView.java 851 final int spaceBelow = sel.getBottom() - bottomSelectionPixel;
852 final int offset = Math.min(spaceAbove, spaceBelow);
863 final int spaceBelow = bottomSelectionPixel - sel.getBottom();
864 final int offset = Math.min(spaceAbove, spaceBelow);
    [all...]
GridView.java 806 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel;
807 int offset = Math.min(spaceAbove, spaceBelow);
833 int spaceBelow = bottomSelectionPixel - childInSelectedRow.getBottom();
834 int offset = Math.min(spaceAbove, spaceBelow);
    [all...]
AbsListView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 166 milliseconds