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

  /frameworks/base/core/java/android/view/
DisplayList.java 670 * @see View#offsetTopAndBottom(int)
672 public abstract void offsetTopAndBottom(float offset);
ViewOverlay.java 169 child.offsetTopAndBottom(parentLocation[1] - hostViewLocation[1]);
GLES20DisplayList.java 434 public void offsetTopAndBottom(float offset) {
ViewGroup.java     [all...]
View.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 84 view.offsetTopAndBottom(v_offset);
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 571 handle.offsetTopAndBottom(mTopOffset - handle.getTop());
574 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop -
585 handle.offsetTopAndBottom(deltaY);
    [all...]
ListView.java 761 sel.offsetTopAndBottom((height - selHeight) / 2);
832 sel.offsetTopAndBottom(-offset);
844 sel.offsetTopAndBottom(offset);
    [all...]
GridView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 313 text.offsetTopAndBottom(dy);
314 tab.offsetTopAndBottom(dy);
741 handle.offsetTopAndBottom(deltaY);
742 content.offsetTopAndBottom(deltaY);
    [all...]
ActionBarContainer.java 309 child.offsetTopAndBottom(tabHeight);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 275 child.offsetTopAndBottom(tabHeight);
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 726 mCapturedView.offsetTopAndBottom(dy);
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 197 milliseconds