OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thumbleft
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Camera/src/com/android/camera/ui/
Switch.java
215
final int
thumbLeft
= mSwitchLeft + (int) (mThumbPosition + 0.5f) - mTouchSlop;
216
final int thumbRight =
thumbLeft
+ mThumbWidth +
219
return x >
thumbLeft
&& x < thumbRight && y > thumbTop && y < thumbBottom;
405
int
thumbLeft
= switchInnerLeft - mTempRect.left + thumbPos;
408
mThumbDrawable.setBounds(
thumbLeft
, switchTop, thumbRight, switchBottom);
420
canvas.translate((
thumbLeft
+ thumbRight) / 2 - switchText.getEllipsizedWidth() / 2,
/packages/apps/Camera2/src/com/android/camera/ui/
Switch.java
206
final int
thumbLeft
= mSwitchLeft + (int) (mThumbPosition + 0.5f) - mTouchSlop;
207
final int thumbRight =
thumbLeft
+ mThumbWidth +
210
return x >
thumbLeft
&& x < thumbRight && y > thumbTop && y < thumbBottom;
396
int
thumbLeft
= switchInnerLeft - mTempRect.left + thumbPos;
399
mThumbDrawable.setBounds(
thumbLeft
, switchTop, thumbRight, switchBottom);
411
canvas.translate((
thumbLeft
+ thumbRight) / 2 - switchText.getEllipsizedWidth() / 2,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java
584
final int
thumbLeft
= mSwitchLeft + thumbOffset - mTouchSlop;
585
final int thumbRight =
thumbLeft
+ mThumbWidth +
588
return x >
thumbLeft
&& x < thumbRight && y > thumbTop && y < thumbBottom;
847
final int
thumbLeft
= thumbInitialLeft - padding.left;
849
mThumbDrawable.setBounds(
thumbLeft
, switchTop, thumbRight, switchBottom);
853
DrawableCompat.setHotspotBounds(background,
thumbLeft
, switchTop,
[
all
...]
/frameworks/base/core/java/android/widget/
Switch.java
696
final int
thumbLeft
= mSwitchLeft + thumbOffset - mTouchSlop;
697
final int thumbRight =
thumbLeft
+ mThumbWidth +
700
return x >
thumbLeft
&& x < thumbRight && y > thumbTop && y < thumbBottom;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h
736
TM_PART(7,TKP,
THUMBLEFT
)
786
BEGIN_TM_PART_STATES(
THUMBLEFT
)
Completed in 990 milliseconds