public class ImageDropDownReceiver extends DropDownReceiver implements DropDown.OnStateListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IMAGE_DISPLAY |
static java.lang.String |
IMAGE_REFRESH |
static java.lang.String |
IMAGE_SELECT_RESOLUTION |
static java.lang.String |
IMAGE_UPDATE |
static java.io.FilenameFilter |
ImageFileFilter |
static java.lang.String |
TAG |
static java.io.FilenameFilter |
VideoFileFilter |
DROPDOWN_STATE_FULLSCREEN, DROPDOWN_STATE_NONE, DROPDOWN_STATE_NORMAL, FIVE_EIGTHS_HEIGHT, FIVE_EIGTHS_WIDTH, FIVE_TWELFTHS_HEIGHT, FIVE_TWELFTHS_WIDTH, FULL_HEIGHT, FULL_WIDTH, HALF_HEIGHT, HALF_WIDTH, HANDLE_THICKNESS_LANDSCAPE, HANDLE_THICKNESS_PORTRAIT, NO_HEIGHT, NO_WIDTH, QUARTER_SCREEN, SEVEN_SIXTEENTH_WIDTH, THIRD_HEIGHT, THIRD_WIDTH, THREE_EIGHTHS_HEIGHT, THREE_EIGHTHS_WIDTH, TWO_THIRDS_HEIGHT, TWO_THIRDS_WIDTH
Constructor and Description |
---|
ImageDropDownReceiver(MapView mapView) |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
createAndGetPathToImageFromUID(java.lang.String uid,
java.lang.String ext)
Get unique filename for an attachment to the specified UID/MapItem Create
paren directories
if they does exist
|
void |
disposeImpl()
Any drop down specific disposal implementation that is performed during the
disposal of a drop down.
|
void |
onDropDownClose() |
void |
onDropDownSelectionRemoved() |
void |
onDropDownSizeChanged(double width,
double height) |
void |
onDropDownVisible(boolean v) |
void |
onReceive(android.content.Context ignoreCtx,
android.content.Intent intent) |
protected void |
onStateRequested(int state)
Signal for a request by the handle.
|
_showDropDown, callResize, closeDropDown, dispose, dropDownAlreadyExists, getAssociationKey, getBackStackCount, getDropDown, getMapView, hideDropDown, isClosed, isPortrait, isRetained, isTablet, isTransient, isVisible, onBackButtonPressed, resize, setAssociationKey, setRetain, setSelected, setSelected, setSelected, setTransient, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, unhideDropDown
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
public static final java.lang.String TAG
public static final java.lang.String IMAGE_DISPLAY
public static final java.lang.String IMAGE_REFRESH
public static final java.lang.String IMAGE_UPDATE
public static final java.lang.String IMAGE_SELECT_RESOLUTION
public static final java.io.FilenameFilter ImageFileFilter
public static final java.io.FilenameFilter VideoFileFilter
public ImageDropDownReceiver(MapView mapView)
public static java.io.File createAndGetPathToImageFromUID(java.lang.String uid, java.lang.String ext)
uid
- ext
- file extension not including the '.'public void disposeImpl()
DropDownReceiver
disposeImpl
in class DropDownReceiver
public void onReceive(android.content.Context ignoreCtx, android.content.Intent intent)
onReceive
in class android.content.BroadcastReceiver
protected void onStateRequested(int state)
DropDownReceiver
onStateRequested
in class DropDownReceiver
state
- DROPDOWN_STATE_FULLSCREEN = 2;
DROPDOWN_STATE_NORMAL = 1;
DROPDOWN_STATE_NONE = 0;public void onDropDownClose()
onDropDownClose
in interface DropDown.OnStateListener
public void onDropDownSelectionRemoved()
onDropDownSelectionRemoved
in interface DropDown.OnStateListener
public void onDropDownSizeChanged(double width, double height)
onDropDownSizeChanged
in interface DropDown.OnStateListener
public void onDropDownVisible(boolean v)
onDropDownVisible
in interface DropDown.OnStateListener