Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DrsScriptC_LibGL.cpp92 rsc->mStateVertex.updateSize(rsc); in rsrBindFrameBufferObjectColorTarget()
98 rsc->mStateVertex.updateSize(rsc); in rsrBindFrameBufferObjectDepthTarget()
103 rsc->mStateVertex.updateSize(rsc); in rsrClearFrameBufferObjectColorTarget()
108 rsc->mStateVertex.updateSize(rsc); in rsrClearFrameBufferObjectDepthTarget()
113 rsc->mStateVertex.updateSize(rsc); in rsrClearFrameBufferObjectTargets()
H A DrsFBOCache.h41 void updateSize() { mDirty = true; } in updateSize() function
H A DrsProgramVertex.h56 void updateSize(Context *rsc);
H A DrsProgramVertex.cpp213 updateSize(rsc); in init()
216 void ProgramVertexState::updateSize(Context *rsc) { in updateSize() function in ProgramVertexState
H A DrsContext.cpp583 mStateVertex.updateSize(this); in setSurface()
584 mFBOCache.updateSize(); in setSurface()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DExportDialog.java68 updateSize();
125 updateSize(); in onCreateView()
182 public void updateSize() { in updateSize() method in ExportDialog
244 updateSize(); in textChanged()
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
H A DLoopingAnimationThread.java105 updateSize( in run()
207 synchronized void updateSize(int w, int h) { in updateSize() method in LoopingAnimationThread
H A DCountDownAnimationView.java77 mLoopingAnimationThread.updateSize(width, height); in surfaceChanged()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DThemedBatteryDrawable.kt329 updateSize()
338 updateSize()
361 private fun updateSize() { regex
H A DBatteryMeterDrawableBase.java245 updateSize(); in setBounds()
248 private void updateSize() { in updateSize() method in BatteryMeterDrawableBase
276 updateSize(); in setPadding()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java324 void updateSize(@AuthDialog.DialogSize int newSize) { in updateSize() method in AuthBiometricView
522 updateSize(AuthDialog.SIZE_MEDIUM); in updateState()
702 updateSize(AuthDialog.SIZE_LARGE); in startTransitionToCredentialUI()
873 updateSize(!mRequireConfirmation && supportsSmallDialog() ? AuthDialog.SIZE_SMALL in onLayoutInternal()
876 updateSize(mSavedState.getInt(AuthDialog.KEY_BIOMETRIC_DIALOG_SIZE)); in onLayoutInternal()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DMessagePartImageRequestDescriptor.java61 UpdateMessagePartSizeAction.updateSize(mMessagePartId, updatedWidth, updatedHeight); in updateSourceDimensions()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStorageSettings.java152 updateSize(); in onResume()
398 updateSize(); in processClearMsg()
539 private void updateSize() {
603 updateSize();
H A DRunningState.java557 boolean updateSize(Context context, long pss, int curSeq) { in updateSize() method in RunningState.ProcessItem
688 boolean updateSize(Context context) { in updateSize() method in RunningState.MergedItem
693 child.updateSize(context); in updateSize()
1332 changed |= proc.updateSize(context, pss[i], mSequence); in update()
1362 mergedItem.updateSize(context); in update()
1411 user.updateSize(context); in update()
1418 mMergedItems.get(i).updateSize(context); in update()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java613 updateSize(); in reload()
623 updateSize(); in forceSize()
627 private void updateSize() { in updateSize() method in PhotoView.FullPicture
795 updateSize(); in reload()
874 updateSize(); in forceSize()
878 private void updateSize() { in updateSize() method in PhotoView.ScreenNailPicture
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DUpdateMessagePartSizeAction.java37 public static void updateSize(final String partId, final int width, final int height) { in updateSize() method in UpdateMessagePartSizeAction
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/
H A DApplicationViewHolderTest.java91 public void updateSize() { in updateSize() method in ApplicationViewHolderTest
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthBiometricViewTest.java239 mBiometricView.updateSize(AuthDialog.SIZE_SMALL); in testBackgroundClicked_whenSmallDialog_neverSendsUserCanceled()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DMessagePartData.java478 UpdateMessagePartSizeAction.updateSize(mPartId, mWidth, mHeight); in decodeAndSaveSizeIfImage()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1135 mWindow.updateSize(); in onDisplaySizeChanged()
1299 void updateSize() { in updateSize() method in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow