Home
last modified time | relevance | path

Searched refs:setLayout (Results 1 – 4 of 4) sorted by relevance

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertingCells.java75 mListView.setLayout(mLayout); in onCreate()
DInsertionListView.java350 public void setLayout(RelativeLayout layout) { in setLayout() method in InsertionListView
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindow.java87 getWindow().setLayout(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT); in SoftInputWindow()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java435 public Builder setLayout(int layout) { in setLayout() method in Card.Builder