- getAlpha() - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Gets the current alpha value for the drawable. 0 means fully transparent,
255 means fully opaque.
- getColorFilter() - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Returns the current color filter, or null if none set.
- getConstantState() - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Return a Drawable.ConstantState instance that holds the shared state of this Drawable.
- getContext() - Method in class com.furdei.furdroid.components.widget.FullCursorAdapter
-
- getCount() - Method in class com.furdei.furdroid.components.widget.PartialLoadingAdapter
-
- getCursor() - Method in class com.furdei.furdroid.components.widget.FullCursorAdapter
-
- getCursorPositionLoadingThreshold() - Method in class com.furdei.furdroid.components.widget.PartialLoadingAdapter
-
- getEmptyView() - Method in class com.furdei.furdroid.components.widget.FullCursorListView
-
- getEmptyView() - Method in interface com.furdei.furdroid.components.widget.FullCursorView
-
- getFilter() - Method in class com.furdei.furdroid.components.widget.PartialLoadingAdapter
-
- getIntrinsicHeight() - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Return the intrinsic height of the underlying drawable object.
- getIntrinsicWidth() - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Return the intrinsic width of the underlying drawable object.
- getItem(int) - Method in class com.furdei.furdroid.components.widget.PartialLoadingAdapter
-
- getItemId(int) - Method in class com.furdei.furdroid.components.widget.PartialLoadingAdapter
-
- getMinimumHeight() - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Returns the minimum height suggested by this Drawable.
- getMinimumWidth() - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Returns the minimum width suggested by this Drawable.
- getOnItemClickListener() - Method in class com.furdei.furdroid.components.widget.FullCursorListView
-
- getOnItemClickListener() - Method in interface com.furdei.furdroid.components.widget.FullCursorView
-
- getOpacity() - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Return the opacity/transparency of this Drawable.
- getOutline(Outline) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Called to get the drawable to populate the Outline that defines its drawing area.
- getPadding(Rect) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Return in padding the insets suggested by this Drawable for placing
content inside the drawable's bounds.
- getPatternDrawable() - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Returns a pattern drawable
- getRoot() - Method in class com.furdei.furdroid.components.widget.FullCursorListView
-
- getRoot() - Method in interface com.furdei.furdroid.components.widget.FullCursorView
-
- getTargetView() - Method in class com.furdei.furdroid.components.widget.FullCursorAdapter
-
- getTransparentRegion() - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Returns a Region representing the part of the Drawable that is completely
transparent.
- getView(int, View, ViewGroup) - Method in class com.furdei.furdroid.components.widget.PartialLoadingAdapter
-
- getWrappedAdapter() - Method in class com.furdei.furdroid.components.widget.PartialLoadingAdapter
-
- scheduleSelf(Runnable, long) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Use the current Drawable.Callback implementation to have this Drawable
scheduled.
- setAdapter(FullCursorAdapter) - Method in class com.furdei.furdroid.components.widget.FullCursorListView
-
- setAdapter(FullCursorAdapter) - Method in interface com.furdei.furdroid.components.widget.FullCursorView
-
- setAlpha(int) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Specify an alpha value for the drawable. 0 means fully transparent, and
255 means fully opaque.
- setAutoMirrored(boolean) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Set whether this Drawable is automatically mirrored when its layout direction is RTL
(right-to left).
- setChangingConfigurations(int) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Set a mask of the configuration parameters for which this drawable
may change, requiring that it be re-created.
- setColorFilter(ColorFilter) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Specify an optional color filter for the drawable.
- setCursorPartial(boolean) - Method in interface com.furdei.furdroid.components.widget.PartialCursor
-
- setCursorPositionLoadingThreshold(int) - Method in class com.furdei.furdroid.components.widget.PartialLoadingAdapter
-
- setDither(boolean) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Set to true to have the drawable dither its colors when drawn to a device
with fewer than 8-bits per color component.
- setEmptyView(View) - Method in class com.furdei.furdroid.components.widget.FullCursorListView
-
- setEmptyView(View) - Method in interface com.furdei.furdroid.components.widget.FullCursorView
-
- setFilterBitmap(boolean) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Set to true to have the drawable filter its bitmap when scaled or rotated
(for drawables that use bitmaps).
- setHotspot(float, float) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Specifies the hotspot's location within the drawable.
- setHotspotBounds(int, int, int, int) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Sets the bounds to which the hotspot is constrained, if they should be
different from the drawable bounds.
- setLoadNextPortionOnBackgroundThread(boolean) - Method in class com.furdei.furdroid.components.widget.PartialLoadingAdapter
-
- setOnItemClickListener(FullCursorView.OnItemClickListener) - Method in class com.furdei.furdroid.components.widget.FullCursorListView
-
- setOnItemClickListener(FullCursorView.OnItemClickListener) - Method in interface com.furdei.furdroid.components.widget.FullCursorView
-
- setTargetView(FullCursorView) - Method in class com.furdei.furdroid.components.widget.FullCursorAdapter
-
- setTint(int) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Specifies a tint for this drawable.
- setTintList(ColorStateList) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Specifies a tint for this drawable as a color state list.
- setTintMode(PorterDuff.Mode) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Specifies a tint blending mode for this drawable.
- setVisible(boolean, boolean) - Method in class com.furdei.furdroid.components.graphics.drawable.TintedDrawable
-
Set whether this Drawable is visible.
- shared_name - Static variable in class com.furdei.furdroid.components.R.string
-
- swapCursor(Cursor) - Method in class com.furdei.furdroid.components.widget.FullCursorAdapter
-
- swapCursor(Cursor) - Method in class com.furdei.furdroid.components.widget.PartialLoadingAdapter
-