Searched refs:setBottom (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayList.java296 * @see View#setBottom(int)
298 public abstract void setBottom(int bottom); method in class:DisplayList
H A DGLES20DisplayList.java270 public void setBottom(int bottom) { method in class:GLES20DisplayList
H A DView.java9484 public final void setBottom(int bottom) { method in class:View
9509 mDisplayList.setBottom(mBottom);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20DisplayList.cpp159 displayList->setBottom(bottom);
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h334 void setBottom(int bottom) { function in class:android::uirenderer::DisplayList
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java8674 setBottom(mPicture.getHeight());

Completed in 452 milliseconds