OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switchHeight
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/src/com/android/camera/ui/
Switch.java
174
final int
switchHeight
= mTrackDrawable.getIntrinsicHeight();
179
mSwitchHeight =
switchHeight
;
184
if (measuredHeight <
switchHeight
) {
185
setMeasuredDimension(measuredWidth,
switchHeight
);
/packages/apps/Camera2/src/com/android/camera/ui/
Switch.java
165
final int
switchHeight
= mTrackDrawable.getIntrinsicHeight();
170
mSwitchHeight =
switchHeight
;
175
if (measuredHeight <
switchHeight
) {
176
setMeasuredDimension(measuredWidth,
switchHeight
);
/frameworks/base/core/java/android/widget/
Switch.java
494
final int
switchHeight
= mTrackDrawable.getIntrinsicHeight();
499
mSwitchHeight =
switchHeight
;
503
if (measuredHeight <
switchHeight
) {
504
setMeasuredDimension(getMeasuredWidthAndState(),
switchHeight
);
Completed in 39 milliseconds