Package io.outbound.sdk.view
Class PinLinearLayout
- java.lang.Object
-
- LinearLayout
-
- io.outbound.sdk.view.PinLinearLayout
-
- All Implemented Interfaces:
- PinController
public class PinLinearLayout extends LinearLayout implements PinController
Created by jophde on 6/22/15 for Outbound.
-
-
Constructor Summary
Constructors Constructor and Description PinLinearLayout(Context context)PinLinearLayout(Context context, AttributeSet attrs)PinLinearLayout(Context context, AttributeSet attrs, int defStyleAttr)PinLinearLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description protected voidonAttachedToWindow()protected voidonDetachedFromWindow()protected voidonFinishInflate()voidreset()
-
-
-
Constructor Detail
-
PinLinearLayout
public PinLinearLayout(Context context)
-
PinLinearLayout
public PinLinearLayout(Context context, AttributeSet attrs)
-
PinLinearLayout
public PinLinearLayout(Context context, AttributeSet attrs, int defStyleAttr)
-
PinLinearLayout
public PinLinearLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
-
-
Method Detail
-
onFinishInflate
protected void onFinishInflate()
-
onAttachedToWindow
protected void onAttachedToWindow()
-
onDetachedFromWindow
protected void onDetachedFromWindow()
-
reset
public void reset()
- Specified by:
resetin interfacePinController
-
-