Home | History | Annotate | Download | only in launcher3

Lines Matching refs:null

43     CheckForShortPress mPendingCheckForShortPress = null;
44 ShortPressListener mShortPressListener = null;
46 static PagedViewWidget sShortpressTarget = null;
53 this(context, null);
84 if (name != null) {
88 if (dims != null) {
107 if (image != null) {
110 mInfo != null && preview != null && preview.getBitmap() != null) {
113 image.setImageDrawable(null);
132 if (dims != null) {
148 if (dims != null) {
165 if (preview != null) {
193 if (sShortpressTarget != null) return;
194 if (mShortPressListener != null) {
203 if (sShortpressTarget != null) return;
204 if (mPendingCheckForShortPress == null) {
214 if (mPendingCheckForShortPress != null) {
222 if (mShortPressListener != null) {
230 sShortpressTarget = null;