OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHandleWidth
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
SlidingDrawer.java
121
private int
mHandleWidth
;
350
mHandleWidth
= handle.getWidth();
454
mHandleWidth
- mTapThreshold)) {
498
(position > mTopOffset + (mVertical ? mHandleHeight :
mHandleWidth
) &&
549
(mVertical ? getHeight() - mHandleHeight : getWidth() -
mHandleWidth
);
605
mHandleWidth
- handle.getLeft());
612
} else if (deltaX > mBottomOffset + mRight - mLeft -
mHandleWidth
- left) {
613
deltaX = mBottomOffset + mRight - mLeft -
mHandleWidth
- left;
[
all
...]
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java
67
private final int
mHandleWidth
;
323
mHandleWidth
= (int)context.getResources().getDimension(R.dimen.handle_width);
659
view.layout(mResizingView.getLeft() -
mHandleWidth
,
666
mResizingView.getRight() +
mHandleWidth
,
[
all
...]
MediaLinearLayout.java
91
private final int
mHandleWidth
;
527
mHandleWidth
= (int) context.getResources().getDimension(R.dimen.handle_width);
[
all
...]
Completed in 241 milliseconds