Searched refs:offsetTop (Results 1 – 2 of 2) sorted by relevance
152 public void setRootLeash(@NonNull SurfaceControl leash, int offsetLeft, int offsetTop) { in setRootLeash() argument154 mRootOffset.set(offsetLeft, offsetTop); in setRootLeash()
2917 final int offsetTop = parentBounds.top - outBounds.top; in computeFreeformBounds() local2918 if (offsetTop > 0) { in computeFreeformBounds()2919 outBounds.offset(0, offsetTop); in computeFreeformBounds()