Searched refs:sShortpressTarget (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWidget.java47 static PagedViewWidget sShortpressTarget = null; field in class:PagedViewWidget
179 if (sShortpressTarget != null) return;
182 sShortpressTarget = PagedViewWidget.this;
189 if (sShortpressTarget != null) return;
216 sShortpressTarget = null;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewWidget.java48 static PagedViewWidget sShortpressTarget = null; field in class:PagedViewWidget
195 if (sShortpressTarget != null) return;
198 sShortpressTarget = PagedViewWidget.this;
205 if (sShortpressTarget != null) return;
232 sShortpressTarget = null;

Completed in 28 milliseconds