Home
last modified time | relevance | path

Searched refs:DimenRes (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/storage/
DBubbleEntity.kt18 import android.annotation.DimenRes
27 @DimenRes val desiredHeightResId: Int,
/frameworks/base/core/java/android/annotation/
DDimenRes.java36 public @interface DimenRes { annotation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java30 import androidx.annotation.DimenRes;
102 private void reloadWidth(View view, @DimenRes int width) { in reloadWidth()
/frameworks/base/core/java/android/content/res/
DResources.java29 import android.annotation.DimenRes;
748 public float getDimension(@DimenRes int id) throws NotFoundException { in getDimension()
782 public int getDimensionPixelOffset(@DimenRes int id) throws NotFoundException { in getDimensionPixelOffset()
818 public int getDimensionPixelSize(@DimenRes int id) throws NotFoundException { in getDimensionPixelSize()
1216 public float getFloat(@DimenRes int id) { in getFloat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java23 import android.annotation.DimenRes;
116 @DimenRes
/frameworks/base/core/java/android/widget/
DRemoteViews.java20 import android.annotation.DimenRes;
3054 public void setViewLayoutMarginEndDimen(int viewId, @DimenRes int endMarginDimen) {
3068 public void setViewLayoutMarginEnd(int viewId, @DimenRes int endMargin) {
3079 public void setViewLayoutMarginBottomDimen(int viewId, @DimenRes int bottomMarginDimen) {
/frameworks/base/core/java/android/app/
DNotification.java26 import android.annotation.DimenRes;
8813 @DimenRes private int mDesiredHeightResId;
8857 Icon icon, int height, @DimenRes int heightResId, String shortcutId) { in BubbleMetadata()
8957 @DimenRes
9062 @DimenRes private int mDesiredHeightResId;
9275 public BubbleMetadata.Builder setDesiredHeightResId(@DimenRes int heightResId) { in setDesiredHeightResId()
/frameworks/base/api/
Dcurrent.txt5671 method @DimenRes public int getDesiredHeightResId();
5688 …onNull public android.app.Notification.BubbleMetadata.Builder setDesiredHeightResId(@DimenRes int);
12749 …method public float getDimension(@DimenRes int) throws android.content.res.Resources.NotFoundExcep…
12750 …method public int getDimensionPixelOffset(@DimenRes int) throws android.content.res.Resources.NotF…
12751 …method public int getDimensionPixelSize(@DimenRes int) throws android.content.res.Resources.NotFou…
12757 method public float getFloat(@DimenRes int);