Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxConfiguration.java270 private final DimenPxIntSupplier mThinLetterboxWidthPxSupplier;
273 private final DimenPxIntSupplier mThinLetterboxHeightPxSupplier;
313 private static class DimenPxIntSupplier implements IntSupplier { class in LetterboxConfiguration
323 private DimenPxIntSupplier(@NonNull Context context, @DimenRes int resourceId) { in DimenPxIntSupplier() method in LetterboxConfiguration.DimenPxIntSupplier
397 mThinLetterboxWidthPxSupplier = new DimenPxIntSupplier(mContext, in LetterboxConfiguration()
399 mThinLetterboxHeightPxSupplier = new DimenPxIntSupplier(mContext, in LetterboxConfiguration()