OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentAlphaIndex
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
143
private int
mCurrentAlphaIndex
= 0;
272
mAlphas[
mCurrentAlphaIndex
] = 1f;
379
return mAlphas[
mCurrentAlphaIndex
];
384
mAlphas[
mCurrentAlphaIndex
] = alpha;
447
mCurrentAlphaIndex
++;
448
if (mAlphas.length <=
mCurrentAlphaIndex
) {
451
mAlphas[
mCurrentAlphaIndex
] = currentAlpha;
470
mCurrentAlphaIndex
--;
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
143
private int
mCurrentAlphaIndex
= 0;
272
mAlphas[
mCurrentAlphaIndex
] = 1f;
379
return mAlphas[
mCurrentAlphaIndex
];
384
mAlphas[
mCurrentAlphaIndex
] = alpha;
447
mCurrentAlphaIndex
++;
448
if (mAlphas.length <=
mCurrentAlphaIndex
) {
451
mAlphas[
mCurrentAlphaIndex
] = currentAlpha;
470
mCurrentAlphaIndex
--;
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
141
private int
mCurrentAlphaIndex
= 0;
270
mAlphas[
mCurrentAlphaIndex
] = 1f;
377
return mAlphas[
mCurrentAlphaIndex
];
382
mAlphas[
mCurrentAlphaIndex
] = alpha;
445
mCurrentAlphaIndex
++;
446
if (mAlphas.length <=
mCurrentAlphaIndex
) {
449
mAlphas[
mCurrentAlphaIndex
] = currentAlpha;
468
mCurrentAlphaIndex
--;
[
all
...]
Completed in 667 milliseconds