Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java100 int placeholderHeight = mResources.getDimensionPixelSize(R.dimen.placeholder_size); in onOptsChanged() local
116 placeholderHeight = bounds.height(); in onOptsChanged()
118 placeholderHeight = placeholder.getIntrinsicHeight(); in onOptsChanged()
122 … mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight, in onOptsChanged()
453 int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) { in Placeholder() argument
454 super(placeholder, placeholderWidth, placeholderHeight, fadeOutDurationMs, opts); in Placeholder()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DLandscapePagedViewHandler.java405 public void getInitialSplitPlaceholderBounds(int placeholderHeight, DeviceProfile dp, in getInitialSplitPlaceholderBounds() argument
410 out.set(0, 0, width, placeholderHeight); in getInitialSplitPlaceholderBounds()
H A DPortraitPagedViewHandler.java447 public void getInitialSplitPlaceholderBounds(int placeholderHeight, DeviceProfile dp, in getInitialSplitPlaceholderBounds() argument
450 out.set(0, 0, width, placeholderHeight); in getInitialSplitPlaceholderBounds()