OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:movehandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
SlidingDrawer.java
410
moveHandle
((int) (mVertical ? event.getY() : event.getX()) - mTouchDelta);
550
moveHandle
((int) mAnimationPosition);
562
moveHandle
(position);
566
private void
moveHandle
(int position) {
690
moveHandle
((int) mAnimationPosition);
832
moveHandle
(COLLAPSED_FULL_CLOSED);
847
moveHandle
(EXPANDED_FULL_OPEN);
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java
587
moveHandle
(x, y);
732
private void
moveHandle
(float x, float y) {
[
all
...]
Completed in 95 milliseconds