OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHandleHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
SlidingDrawer.java
118
private int
mHandleHeight
;
367
mHandleHeight
= handle.getHeight();
469
mHandleHeight
- mTapThreshold) :
516
(position > mTopOffset + (mVertical ?
mHandleHeight
: mHandleWidth) &&
567
(mVertical ? getHeight() -
mHandleHeight
: getWidth() - mHandleWidth);
593
mHandleHeight
- handle.getTop());
600
} else if (deltaY > mBottomOffset + mBottom - mTop -
mHandleHeight
- top) {
601
deltaY = mBottomOffset + mBottom - mTop -
mHandleHeight
- top;
660
final int childHeight =
mHandleHeight
;
[
all
...]
Editor.java
[
all
...]
Completed in 2373 milliseconds