-
- All Implemented Interfaces:
-
android.os.Parcelable
public class MapMarginsParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringLEFT_MARGIN_KEYpublic final static StringTOP_MARGIN_KEYpublic final static StringRIGHT_MARGIN_KEYpublic final static StringBOTTOM_MARGIN_KEYpublic final static StringAPP_MODES_KEYS_KEYprivate intleftMarginprivate inttopMarginprivate intrightMarginprivate intbottomMarginpublic final static Parcelable.Creator<MapMarginsParams>CREATOR
-
Constructor Summary
Constructors Constructor Description MapMarginsParams(int leftMargin, int topMargin, int rightMargin, int bottomMargin, List<String> appModesKeys)MapMarginsParams(Parcel in)
-
Method Summary
Modifier and Type Method Description intgetLeftMargin()intgetTopMargin()intgetRightMargin()intgetBottomMargin()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLeftMargin
int getLeftMargin()
-
getTopMargin
int getTopMargin()
-
getRightMargin
int getRightMargin()
-
getBottomMargin
int getBottomMargin()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-