OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreloadIconDrawable
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
PreloadIconDrawable.java
15
class
PreloadIconDrawable
extends Drawable {
49
public
PreloadIconDrawable
(Drawable icon, Theme theme) {
62
TypedArray ta = t.obtainStyledAttributes(R.styleable.
PreloadIconDrawable
);
BubbleTextView.java
415
if (mIcon instanceof
PreloadIconDrawable
) {
416
((
PreloadIconDrawable
) mIcon).applyPreloaderTheme(getPreloaderTheme());
469
final
PreloadIconDrawable
preloadDrawable;
470
if (mIcon instanceof
PreloadIconDrawable
) {
471
preloadDrawable = (
PreloadIconDrawable
) mIcon;
473
preloadDrawable = new
PreloadIconDrawable
(mIcon, getPreloaderTheme());
PendingAppWidgetHostView.java
151
mCenterDrawable = new
PreloadIconDrawable
(drawable, sPreloaderTheme);
211
int outset = (mCenterDrawable instanceof
PreloadIconDrawable
) ?
212
((
PreloadIconDrawable
) mCenterDrawable).getOutset() : 0;
FolderIcon.java
641
return (d instanceof
PreloadIconDrawable
) ? ((
PreloadIconDrawable
) d).mIcon : d;
Workspace.java
[
all
...]
Completed in 87 milliseconds