public class PopupImpressionView
extends RelativeLayout
| Constructor and Description |
|---|
PopupImpressionView(Context context,
CBImpression impression) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
BackgroundView |
getBackgroundView() |
View |
getContentView() |
CBImpression |
getImpression() |
boolean |
isContentViewVisible() |
boolean |
onTouchEvent(MotionEvent ev) |
boolean |
performClick() |
void |
showContent() |
public PopupImpressionView(Context context,
CBImpression impression)
public void showContent()
public void destroy()
public boolean onTouchEvent(MotionEvent ev)
public BackgroundView getBackgroundView()
public View getContentView()
public CBImpression getImpression()
public boolean isContentViewVisible()
public boolean performClick()