OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefcountObject
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
RefcountObject.java
19
public class
RefcountObject
<T> {
22
public void onRefcountZero(
RefcountObject
<?> object);
25
private
RefcountObject
.RefcountListener mRefcountListener;
29
public
RefcountObject
(T object) {
33
public void setRefcountListener(
RefcountObject
.RefcountListener listener) {
RefcountBitmapDrawable.java
25
private final
RefcountObject
<Bitmap> mRefcountObject;
30
public RefcountBitmapDrawable(Resources res,
RefcountObject
<Bitmap> bitmap) {
42
public
RefcountObject
<Bitmap> getRefcountObject() {
DrawableLoader.java
71
private final
RefcountObject
.RefcountListener mRefcountListener =
72
new
RefcountObject
.RefcountListener() {
74
public void onRefcountZero(
RefcountObject
object) {
252
RefcountObject
<Bitmap> object = new
RefcountObject
<>(bitmap);
Completed in 293 milliseconds