Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DCornerDrawable.kt35 updatePath(RectF(b))
44 updatePath(RectF(l.toFloat(), t.toFloat(), r.toFloat(), b.toFloat()))
49 updatePath(RectF(r))
53 private fun updatePath(r: RectF) { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainerImpl.java255 boolean updatePath = false; in setFancyClipping()
261 updatePath = true; in setFancyClipping()
265 updatePath = true; in setFancyClipping()
269 updatePath = true; in setFancyClipping()
273 updatePath = true; in setFancyClipping()
276 if (updatePath) { in setFancyClipping()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
H A DScrimDrawable.java146 updatePath(); in setRoundedCorners()
190 updatePath(); in setBottomEdgePosition()
212 updatePath(); in onBoundsChange()
221 private void updatePath() { in updatePath() method in ScrimDrawable
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
H A DGalleryWidgetMigrator.java127 updatePath(new File(root, "DCIM"), entries, dbHelper, oldExtPath); in migrateLocalEntries()
129 if (!entries.isEmpty()) updatePath(root, entries, dbHelper, oldExtPath); in migrateLocalEntries()
131 private static void updatePath(File root, HashMap<Integer, Entry> entries, in updatePath() method in GalleryWidgetMigrator
153 updatePath(file, entries, dbHelper, oldExtStorage); // recursion in updatePath()
/aosp12/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DBackgroundBlurDrawable.java175 updatePath(); in setCornerRadius()
185 updatePath(); in setBounds()
188 private void updatePath() { in updatePath() method in BackgroundBlurDrawable
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DAbUpdateInstaller.java187 private void applyPayload(String updatePath) throws IOException { in applyPayload() argument
203 updatePath, mOffsetForUpdate, mSizeForUpdate, headerKeyValuePairs); in applyPayload()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java4169 private void updatePath(int width, int height) {
4185 updatePath(getWidth(), getHeight());
4202 updatePath(width, height);
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java6962 if (updatePath() && updatePaint()) { in draw()
6991 private boolean updatePath() { in updatePath() method in Editor.SelectionHandleView.CorrectionHighlighter
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70109 Landroid/widget/Editor$CorrectionHighlighter;->updatePath()Z