Searched refs:getAspectRatio (Results 1 – 11 of 11) sorted by relevance
79 assertThat(batteryDrawable.getAspectRatio()).isWithin(TOLERANCE).of(0.35f); in testBatteryMeterDrawable_configCorrect()
123 protected float getAspectRatio() { in getAspectRatio() method in BluetoothDeviceLayerDrawable.BatteryMeterDrawable
320 final int width = (int) (getAspectRatio() * mHeight); in draw()500 protected float getAspectRatio() { in getAspectRatio() method in BatteryMeterDrawableBase
186 public float getAspectRatio() { in getAspectRatio() method in PictureInPictureParams
230 public float getAspectRatio() { in getAspectRatio() method in PictureInPictureArgs
417 float getAspectRatio() { in getAspectRatio() method in PinnedStackController
1777 if (Float.compare(aspectRatio, pinnedStackController.getAspectRatio()) == 0) { in setPictureInPictureAspectRatio()
4132 final float aspectRatio = r.pictureInPictureArgs.getAspectRatio(); in enterPictureInPictureMode()4186 r.pictureInPictureArgs.getAspectRatio()); in setPictureInPictureParams()4211 lm.addTaggedData(MetricsEvent.PICTURE_IN_PICTURE_ASPECT_RATIO, params.getAspectRatio()); in logPictureInPictureArgs()4242 r.getActivityStack().mDisplayId, params.getAspectRatio())) { in ensureValidPictureInPictureActivityParamsLocked()
346 method public float getAspectRatio();
16397 PLcom/android/server/wm/PinnedStackController;->getAspectRatio()F
8747 Landroid/app/PictureInPictureArgs;->getAspectRatio()F