Home | History | Annotate | Download | only in launcher3

Lines Matching refs:null

111         setCompoundDrawables(null,
112 Utilities.createIconDrawable(b), null, null);
133 if (tag != null) {
150 final boolean backgroundEmptyBefore = mPressedOrFocusedBackground == null;
152 mPressedOrFocusedBackground = null;
155 if (getLayout() == null) {
157 // background to null so that it will get created when the view is drawn.
158 mPressedOrFocusedBackground = null;
166 final boolean backgroundEmptyNow = mPressedOrFocusedBackground == null;
173 if (d != null && d.isStateful()) {
221 canvas.setBitmap(null);
237 if (mPressedOrFocusedBackground == null) {
257 mPressedOrFocusedBackground = null;
269 mPressedOrFocusedBackground = null;
277 if (parent != null) {
279 layout.setPressedOrFocusedIcon((mPressedOrFocusedBackground != null) ? this : null);
285 mPressedOrFocusedBackground = null;
305 if (background != null) {
345 if (mBackground != null) mBackground.setCallback(this);
351 if (mBackground != null) mBackground.setCallback(null);