/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | CornerDrawable.kt | 35 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 D | QSContainerImpl.java | 255 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 D | ScrimDrawable.java | 146 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 D | GalleryWidgetMigrator.java | 127 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 D | BackgroundBlurDrawable.java | 175 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 D | AbUpdateInstaller.java | 187 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 D | ChooserActivity.java | 4169 private void updatePath(int width, int height) { 4185 updatePath(getWidth(), getHeight()); 4202 updatePath(width, height);
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 6962 if (updatePath() && updatePaint()) { in draw() 6991 private boolean updatePath() { in updatePath() method in Editor.SelectionHandleView.CorrectionHighlighter
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 70109 Landroid/widget/Editor$CorrectionHighlighter;->updatePath()Z
|