OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textureWidth
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java
71
int
textureWidth
= sIconTextureWidth;
75
if (sourceWidth >
textureWidth
&& sourceHeight > textureHeight) {
78
(sourceWidth -
textureWidth
) / 2,
80
textureWidth
, textureHeight);
81
} else if (sourceWidth ==
textureWidth
&& sourceHeight == textureHeight) {
135
int
textureWidth
= sIconTextureWidth;
138
final Bitmap bitmap = Bitmap.createBitmap(
textureWidth
, textureHeight,
143
final int left = (
textureWidth
-width) / 2;
/packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java
107
int
textureWidth
= sIconTextureWidth;
111
if (sourceWidth >
textureWidth
&& sourceHeight > textureHeight) {
114
(sourceWidth -
textureWidth
) / 2,
116
textureWidth
, textureHeight);
117
} else if (sourceWidth ==
textureWidth
&& sourceHeight == textureHeight) {
164
int
textureWidth
= sIconTextureWidth;
167
final Bitmap bitmap = Bitmap.createBitmap(
textureWidth
, textureHeight,
172
final int left = (
textureWidth
-width) / 2;
/frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java
151
int
textureWidth
= mIconTextureWidth;
154
final Bitmap bitmap = Bitmap.createBitmap(
textureWidth
, textureHeight,
159
final int left = (
textureWidth
-width) / 2;
/frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs
[
all
...]
Completed in 54 milliseconds