OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxElevation
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
HeaderElevationController.java
80
private final float
mMaxElevation
;
88
mMaxElevation
= res.getDimension(R.dimen.all_apps_header_max_elevation);
95
float newElevation =
mMaxElevation
* elevationPct;
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistOrbView.java
49
private final int
mMaxElevation
;
116
mMaxElevation
= context.getResources().getDimensionPixelSize(
177
float offset = t *
mMaxElevation
;
Completed in 692 milliseconds