sdk
sdk
/
com.sygic.sdk.map.factory
/
SimpleBitmapFactory
Simple
Bitmap
Factory
open
class
SimpleBitmapFactory
:
BitmapFactory
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Simple
Bitmap
Factory
Link copied to clipboard
open
fun
SimpleBitmapFactory
(
bitmap
:
Bitmap
)
Content copied to clipboard
Functions
create
Bitmap
Link copied to clipboard
@
Nullable
open
fun
createBitmap
(
@
NonNull
context
:
Context
)
:
Bitmap
Content copied to clipboard
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
Content copied to clipboard
equals
Link copied to clipboard
@
CallSuper
fun
equals
(
o
:
Any
)
:
Boolean
Content copied to clipboard
equals
Internal
Link copied to clipboard
open
fun
equalsInternal
(
o
:
Any
)
:
Boolean
Content copied to clipboard
get
Bitmap
Link copied to clipboard
open
fun
getBitmap
(
@
NonNull
context
:
Context
)
:
Bitmap
Content copied to clipboard
open
fun
getBitmap
(
@
NonNull
context
:
Context
,
scaling
:
LowGL.ViewScaling
)
:
Bitmap
Content copied to clipboard
hash
Code
Link copied to clipboard
fun
hashCode
(
)
:
Int
Content copied to clipboard
hash
Code
Internal
Link copied to clipboard
open
fun
hashCodeInternal
(
)
:
Int
Content copied to clipboard
recycle
Link copied to clipboard
open
fun
recycle
(
)
Content copied to clipboard
update
Link copied to clipboard
open
fun
update
(
@
NonNull
context
:
Context
,
@
NonNull
scaling
:
LowGL.ViewScaling
,
bitmap
:
Bitmap
)
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)
Content copied to clipboard
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
SimpleBitmapFactory
>
Content copied to clipboard