public class OverlayToolPanel
extends AbstractToolPanel
| Modifier and Type | Field and Description |
|---|---|
static boolean |
HIDE_BLEND_MODE_AFTER_TIME |
static java.lang.String |
TOOL_ID |
| Constructor and Description |
|---|
OverlayToolPanel(StateHandler stateHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected android.animation.Animator |
createExitAnimator(android.view.View panelView) |
protected android.animation.Animator |
createShowAnimator(android.view.View panelView) |
protected java.lang.Class<? extends Settings>[] |
getHistorySettings() |
protected int |
getLayoutResource() |
protected void |
onAttached(android.content.Context context,
android.view.View panelView) |
protected void |
onDetached() |
void |
onOnSeekBarThumbLeaved(SeekSlider bar,
float value) |
void |
onOnSeekBarValueChange(SeekSlider bar,
float value) |
protected void |
updateOverlaySettings() |
public static final java.lang.String TOOL_ID
public static boolean HIDE_BLEND_MODE_AFTER_TIME
@Nullable protected java.lang.Class<? extends Settings>[] getHistorySettings()
protected int getLayoutResource()
protected void onAttached(android.content.Context context,
@NonNull
android.view.View panelView)
@NonNull
protected android.animation.Animator createShowAnimator(@NonNull
android.view.View panelView)
@NonNull
protected android.animation.Animator createExitAnimator(@NonNull
android.view.View panelView)
protected void onDetached()
@MainThread protected void updateOverlaySettings()
public void onOnSeekBarValueChange(SeekSlider bar,
float value)
public void onOnSeekBarThumbLeaved(SeekSlider bar,
float value)