OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allAppsButtonVisualSize
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
99
public int
allAppsButtonVisualSize
;
183
allAppsButtonVisualSize
= (int) (hotseatIconSizePx * (1 - padding)) - context.getResources()
LauncherStateTransitionAnimation.java
132
int allAppsButtonSize = mLauncher.getDeviceProfile().
allAppsButtonVisualSize
;
425
int allAppsButtonSize = mLauncher.getDeviceProfile().
allAppsButtonVisualSize
;
[
all
...]
Completed in 171 milliseconds