가능한가요??

<LinearLayout
 android:id="@+id/LinearLayout01"
 android:layout_width="fill_parent"
 android:layout_height="fill_parent"
 xmlns:android="http://schemas.android.com/apk/res/android">
 

 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
   android:id ="@+id/TextView"
   android:layout_width="80dp"
   android:paddingLeft="5dp"
   android:paddingRight="5dp"
   android:textSize="15px"
   android:layout_height="90dp"
   android:background="#FF830282"/>
  
</LinearLayout>


이렇게만 하고.

실제 Java 코드상에서 TextView  위치지정 가능한가요?
가능하다면 어떻게 사용하시는지 혹시 아시나요 ^^?

(__ 항상 수고가 많으십니다;;; 많은 정보 얻고 있습니다. 감사합니다.