Methods Summary |
---|
public void | addView(android.view.View child) throw new RuntimeException("Stub!");
|
public void | addView(android.view.View child, int index) throw new RuntimeException("Stub!");
|
public void | addView(android.view.View child, android.view.ViewGroup.LayoutParams params) throw new RuntimeException("Stub!");
|
public void | addView(android.view.View child, int index, android.view.ViewGroup.LayoutParams params) throw new RuntimeException("Stub!");
|
protected boolean | checkLayoutParams(android.view.ViewGroup.LayoutParams p) throw new RuntimeException("Stub!");
|
protected android.widget.LinearLayout.LayoutParams | generateDefaultLayoutParams() throw new RuntimeException("Stub!");
|
public android.widget.TableLayout$LayoutParams | generateLayoutParams(android.util.AttributeSet attrs) throw new RuntimeException("Stub!");
|
protected android.widget.LinearLayout.LayoutParams | generateLayoutParams(android.view.ViewGroup.LayoutParams p) throw new RuntimeException("Stub!");
|
public boolean | isColumnCollapsed(int columnIndex) throw new RuntimeException("Stub!");
|
public boolean | isColumnShrinkable(int columnIndex) throw new RuntimeException("Stub!");
|
public boolean | isColumnStretchable(int columnIndex) throw new RuntimeException("Stub!");
|
public boolean | isShrinkAllColumns() throw new RuntimeException("Stub!");
|
public boolean | isStretchAllColumns() throw new RuntimeException("Stub!");
|
public void | onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event) throw new RuntimeException("Stub!");
|
public void | onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info) throw new RuntimeException("Stub!");
|
protected void | onLayout(boolean changed, int l, int t, int r, int b) throw new RuntimeException("Stub!");
|
protected void | onMeasure(int widthMeasureSpec, int heightMeasureSpec) throw new RuntimeException("Stub!");
|
public void | requestLayout() throw new RuntimeException("Stub!");
|
public void | setColumnCollapsed(int columnIndex, boolean isCollapsed) throw new RuntimeException("Stub!");
|
public void | setColumnShrinkable(int columnIndex, boolean isShrinkable) throw new RuntimeException("Stub!");
|
public void | setColumnStretchable(int columnIndex, boolean isStretchable) throw new RuntimeException("Stub!");
|
public void | setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener listener) throw new RuntimeException("Stub!");
|
public void | setShrinkAllColumns(boolean shrinkAllColumns) throw new RuntimeException("Stub!");
|
public void | setStretchAllColumns(boolean stretchAllColumns) throw new RuntimeException("Stub!");
|