Searched refs:getAspectRatio (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/graph/
H A DBluetoothDeviceLayerDrawableTest.java79 assertThat(batteryDrawable.getAspectRatio()).isWithin(TOLERANCE).of(0.35f);
/frameworks/base/core/java/android/app/
H A DPictureInPictureArgs.java226 public float getAspectRatio() { method in class:PictureInPictureArgs
H A DPictureInPictureParams.java184 public float getAspectRatio() { method in class:PictureInPictureParams
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBluetoothDeviceLayerDrawable.java127 protected float getAspectRatio() { method in class:BluetoothDeviceLayerDrawable.BatteryMeterDrawable
H A DBatteryMeterDrawableBase.java313 final int width = (int) (getAspectRatio() * mHeight);
493 protected float getAspectRatio() { method in class:BatteryMeterDrawableBase
/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedStackWindowController.java143 if (Float.compare(aspectRatio, pinnedStackController.getAspectRatio()) != 0) {
H A DPinnedStackController.java415 float getAspectRatio() { method in class:PinnedStackController
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java8848 final float aspectRatio = r.pictureInPictureArgs.getAspectRatio();
8904 r.pictureInPictureArgs.getAspectRatio());
8929 lm.addTaggedData(MetricsEvent.PICTURE_IN_PICTURE_ASPECT_RATIO, params.getAspectRatio());
8960 params.getAspectRatio())) {
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt836 HPLandroid/app/PictureInPictureParams;->getAspectRatio()F
[all...]

Completed in 233 milliseconds