Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewWidget.java47 static PagedViewWidget sShortpressTarget = null; field in PagedViewWidget
179 if (sShortpressTarget != null) return; in run()
182 sShortpressTarget = PagedViewWidget.this; in run()
189 if (sShortpressTarget != null) return; in checkForShortPress()
216 sShortpressTarget = null; in resetShortPressTarget()