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

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 120 view.setLeftTopRightBottom(left, top, right, bottom);
137 view.setLeftTopRightBottom(left, top, right, bottom);
154 view.setLeftTopRightBottom(left, top, right, bottom);
316 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom);
358 view.setLeftTopRightBottom(startLeft, startTop, startLeft + maxWidth,
392 view.setLeftTopRightBottom(endLeft, endTop, endRight,
486 setLeftTopRightBottom();
495 setLeftTopRightBottom();
499 private void setLeftTopRightBottom() {
500 mView.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom)
    [all...]
  /frameworks/base/libs/hwui/tests/
main.cpp 56 node->mutateStagingProperties().setLeftTopRightBottom(x, y, x + width, y + height);
80 rootNode->mutateStagingProperties().setLeftTopRightBottom(0, 0, width, height);
  /frameworks/base/core/java/android/view/
ViewOverlay.java 137 mRenderNode.setLeftTopRightBottom(0, 0, mRight, mBottom);
RenderNode.java 768 public boolean setLeftTopRightBottom(int left, int top, int right, int bottom) {
    [all...]
ThreadedRenderer.java 214 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
View.java     [all...]
  /frameworks/base/libs/hwui/
RenderProperties.h 447 bool setLeftTopRightBottom(int left, int top, int right, int bottom) {
  /frameworks/base/core/jni/
android_view_RenderNode.cpp 295 if (renderNode->mutateStagingProperties().setLeftTopRightBottom(left, top, right, bottom)) {
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 511 milliseconds