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

  /frameworks/base/core/java/android/widget/
Toolbar.java     [all...]
ListView.java 857 final int spaceBelow = sel.getBottom() - bottomSelectionPixel;
858 final int offset = Math.min(spaceAbove, spaceBelow);
869 final int spaceBelow = bottomSelectionPixel - sel.getBottom();
870 final int offset = Math.min(spaceAbove, spaceBelow);
    [all...]
GridView.java 811 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel;
812 int offset = Math.min(spaceAbove, spaceBelow);
838 int spaceBelow = bottomSelectionPixel - childInSelectedRow.getBottom();
839 int offset = Math.min(spaceAbove, spaceBelow);
    [all...]
PopupWindow.java     [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 4785 milliseconds