Home | History | Annotate | Download | only in launcher2

Lines Matching refs:null

44     CheckForShortPress mPendingCheckForShortPress = null;
45 ShortPressListener mShortPressListener = null;
47 static PagedViewWidget sShortpressTarget = null;
54 this(context, null);
96 if (image != null) {
99 mInfo != null && preview != null && preview.getBitmap() != null) {
102 image.setImageDrawable(null);
118 if (dims != null) {
134 if (dims != null) {
151 if (preview != null) {
179 if (sShortpressTarget != null) return;
180 if (mShortPressListener != null) {
189 if (sShortpressTarget != null) return;
190 if (mPendingCheckForShortPress == null) {
200 if (mPendingCheckForShortPress != null) {
208 if (mShortPressListener != null) {
216 sShortpressTarget = null;