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

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs239 static bool isDragging = false; // true while the user is dragging the carousel
584 if (isDragging) {
1150 isDragging = true;
1205 isDragging = false;
1851 if (!isDragging && animating) {
/frameworks/base/core/java/android/widget/
H A DEditor.java3194 public boolean isDragging() { method in class:Editor.HandleView
3645 return mStartHandle != null && mStartHandle.isDragging();

Completed in 49 milliseconds