Home
last modified time | relevance | path

Searched refs:isStatic (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DImageRequestDescriptor.java41 public final boolean isStatic; field in ImageRequestDescriptor
78 final boolean isStatic, final boolean cropToCircle, final int circleBackgroundColor, in ImageRequestDescriptor() argument
88 this.isStatic = isStatic; in ImageRequestDescriptor()
100 .append(String.valueOf(isStatic)).toString(); in getKey()
103 public boolean isStatic() { in isStatic() method in ImageRequestDescriptor
104 return isStatic; in isStatic()
DFileImageRequestDescriptor.java37 final boolean isStatic) { in FileImageRequestDescriptor() argument
39 FileImageRequest.UNSPECIFIED_SIZE, canUseThumbnail, canCompress, isStatic); in FileImageRequestDescriptor()
48 final boolean canUseThumbnail, final boolean canCompress, final boolean isStatic) { in FileImageRequestDescriptor() argument
50 sourceHeight, canCompress, isStatic, false /* cropToCircle */, in FileImageRequestDescriptor() local
DMessagePartImageRequestDescriptor.java36 final int desiredWidth, final int desiredHeight, boolean isStatic) { in MessagePartImageRequestDescriptor() argument
39 messagePart.getWidth(), messagePart.getHeight(), isStatic); in MessagePartImageRequestDescriptor()
44 final int sourceHeight, boolean isStatic) { in MessagePartImageRequestDescriptor() argument
46 true /* allowCompression */, isStatic, false /* cropToCircle */, in MessagePartImageRequestDescriptor()
DUriImageRequestDescriptor.java45 final int desiredHeight, final boolean allowCompression, boolean isStatic, in UriImageRequestDescriptor() argument
48 UriImageRequest.UNSPECIFIED_SIZE, allowCompression, isStatic, cropToCircle, in UriImageRequestDescriptor()
60 final boolean allowCompression, final boolean isStatic, final boolean cropToCircle, in UriImageRequestDescriptor() argument
62 super(desiredWidth, desiredHeight, sourceWidth, sourceHeight, isStatic, in UriImageRequestDescriptor()
DImageRequest.java112 if (!mDescriptor.isStatic() && isGif()) { in loadMediaInternal()
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DPopupPopulatorTest.java75 private String generateId(boolean isStatic, int rank) { in generateId() argument
76 return (isStatic ? "static" : "dynamic") + rank; in generateId()
145 public Shortcut(boolean isStatic, int rank) { in Shortcut() argument
147 mIsStatic = isStatic; in Shortcut()
149 mId = generateId(isStatic, rank); in Shortcut()
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
DTestUtil.java29 if (Modifier.isPublic(mod) && Modifier.isStatic(mod) && Modifier.isFinal(mod)) { in getAllPublicStaticFinalMembers()
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DBaseTestingActivity.java105 !Modifier.isStatic(m.getModifiers()) && in handleCommand()
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DLoggerUtils.java53 if (f.getType() == int.class && Modifier.isStatic(f.getModifiers())) { in getFieldName()
/packages/apps/TV/libs/
Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...