Searched refs:setLeft (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayList.java272 * @see View#setLeft(int)
274 public abstract void setLeft(int left); method in class:DisplayList
305 * @see View#setLeft(int)
315 * @see View#setLeft(int)
H A DGLES20DisplayList.java249 public void setLeft(int left) { method in class:GLES20DisplayList
H A DView.java9548 public final void setLeft(int left) { method in class:View
9576 mDisplayList.setLeft(left);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20DisplayList.cpp144 displayList->setLeft(left);
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h304 void setLeft(int left) { function in class:android::uirenderer::DisplayList

Completed in 4146 milliseconds