OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iconBitmapSize
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java
69
public int
iconBitmapSize
;
149
iconBitmapSize
= Utilities.pxFromDp(iconSize, dm);
152
fillResIconDpi = getLauncherIconDensity(
iconBitmapSize
);
Utilities.java
188
return LauncherAppState.getInstance().getInvariantDeviceProfile().
iconBitmapSize
;
195
final int
iconBitmapSize
= getIconBitmapSize();
196
if (
iconBitmapSize
== icon.getWidth() &&
iconBitmapSize
== icon.getHeight()) {
239
final int
iconBitmapSize
= getIconBitmapSize();
241
int width =
iconBitmapSize
;
242
int height =
iconBitmapSize
;
269
int textureWidth =
iconBitmapSize
;
270
int textureHeight =
iconBitmapSize
;
[
all
...]
Completed in 64 milliseconds