OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextPowerOf2
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java
81
mTextureWidth = width > 0 ? Utils.
nextPowerOf2
(width) : 0;
82
mTextureHeight = height > 0 ? Utils.
nextPowerOf2
(height) : 0;
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java
81
mTextureWidth = width > 0 ? Utils.
nextPowerOf2
(width) : 0;
82
mTextureHeight = height > 0 ? Utils.
nextPowerOf2
(height) : 0;
NinePatchTexture.java
265
int textureSize = Utils.
nextPowerOf2
(source);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BasicTexture.java
80
mTextureWidth = width > 0 ? Utils.
nextPowerOf2
(width) : 0;
81
mTextureHeight = height > 0 ? Utils.
nextPowerOf2
(height) : 0;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
Utils.java
41
public static int
nextPowerOf2
(int n) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java
64
? Utils.
nextPowerOf2
(initialSize)
111
? Utils.
nextPowerOf2
(initialSize)
Utils.java
79
public static int
nextPowerOf2
(int n) {
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java
64
? Utils.
nextPowerOf2
(initialSize)
111
? Utils.
nextPowerOf2
(initialSize)
Utils.java
79
public static int
nextPowerOf2
(int n) {
/packages/apps/LegacyCamera/src/com/android/camera/
Util.java
304
public static int
nextPowerOf2
(int n) {
/packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java
342
public static int
nextPowerOf2
(int n) {
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar
/prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
Completed in 150 milliseconds