KeyguardLinearLayoutpublic class KeyguardLinearLayout extends android.widget.LinearLayout A layout that arranges its children into a special type of grid. |
Fields Summary |
---|
int | mTopChild |
Methods Summary |
---|
public void | setTopChild(android.view.View child)
int top = indexOfChild(child);
mTopChild = top;
invalidate();
|
|