Home | History | Annotate | Download | only in launcher2

Lines Matching refs:null

93         setCompoundDrawablesWithIntrinsicBounds(null,
95 null, null);
115 if (tag != null) {
132 final boolean backgroundEmptyBefore = mPressedOrFocusedBackground == null;
134 mPressedOrFocusedBackground = null;
137 if (getLayout() == null) {
139 // background to null so that it will get created when the view is drawn.
140 mPressedOrFocusedBackground = null;
148 final boolean backgroundEmptyNow = mPressedOrFocusedBackground == null;
155 if (d != null && d.isStateful()) {
199 canvas.setBitmap(null);
215 if (mPressedOrFocusedBackground == null) {
235 mPressedOrFocusedBackground = null;
247 mPressedOrFocusedBackground = null;
255 if (parent != null) {
257 layout.setPressedOrFocusedIcon((mPressedOrFocusedBackground != null) ? this : null);
263 mPressedOrFocusedBackground = null;
278 if (background != null) {
318 if (mBackground != null) mBackground.setCallback(this);
324 if (mBackground != null) mBackground.setCallback(null);