OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sIconTextureHeight
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java
49
private static int
sIconTextureHeight
= -1;
72
int textureHeight =
sIconTextureHeight
;
136
int textureHeight =
sIconTextureHeight
;
241
sIconTextureWidth =
sIconTextureHeight
= sIconWidth;
/packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java
52
public static int
sIconTextureHeight
= -1;
88
icon.setBounds(0, 0, sIconTextureWidth,
sIconTextureHeight
);
108
int textureHeight =
sIconTextureHeight
;
165
int textureHeight =
sIconTextureHeight
;
314
sIconTextureWidth =
sIconTextureHeight
= sIconWidth;
328
sIconTextureWidth =
sIconTextureHeight
= widthPx;
Cling.java
161
pos.top + Utilities.
sIconTextureHeight
);
Completed in 176 milliseconds