Home
last modified time | relevance | path

Searched defs:desiredHeightResId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleEntity.kt27 @DimenRes val desiredHeightResId: Int, constant in com.android.wm.shell.bubbles.storage.BubbleEntity
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java204 final int desiredHeight, final int desiredHeightResId, @Nullable final String title, in Bubble()