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
404
moveHandle
((int) (mVertical ? event.getY() : event.getX()) - mTouchDelta);
544
moveHandle
((int) mAnimationPosition);
556
moveHandle
(position);
560
private void
moveHandle
(int position) {
684
moveHandle
((int) mAnimationPosition);
814
moveHandle
(COLLAPSED_FULL_CLOSED);
829
moveHandle
(EXPANDED_FULL_OPEN);
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java
585
moveHandle
(x, y);
730
private void
moveHandle
(float x, float y) {
[
all
...]
Completed in 81 milliseconds