Searched defs:mIsInLongpress (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DZoomButton.java34 if (hasOnClickListeners() && mIsInLongpress && isEnabled()) {
42 private boolean mIsInLongpress; field in class:ZoomButton
66 mIsInLongpress = false;
76 mIsInLongpress = true;
83 mIsInLongpress = false;

Completed in 45 milliseconds