ItemBridgeAdapterShadowOverlayWrapper
public
class
ItemBridgeAdapterShadowOverlayWrapper
extends ItemBridgeAdapter.Wrapper
A wrapper class working with ItemBridgeAdapter
to wrap item view in a
ShadowOverlayContainer
. The ShadowOverlayContainer is created from conditions
of ShadowOverlayHelper
.
Summary
Inherited methods |
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
public ItemBridgeAdapterShadowOverlayWrapper (ShadowOverlayHelper helper)
Parameters |
helper |
ShadowOverlayHelper |
Public methods
createWrapper
public View createWrapper (View root)
wrap
public void wrap (View wrapper,
View wrapped)
Parameters |
wrapper |
View |
wrapped |
View |