Searched refs:reconfigure (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/hwui/
H A DBitmap.h72 void reconfigure(const SkImageInfo& info, size_t rowBytes);
73 void reconfigure(const SkImageInfo& info);
H A DBitmap.cpp162 void Bitmap::reconfigure(const SkImageInfo& newInfo, size_t rowBytes) { function in class:android::Bitmap
276 void Bitmap::reconfigure(const SkImageInfo& info) { function in class:android::Bitmap
277 reconfigure(info, info.minRowBytes());
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java854 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
942 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
1878 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
1911 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
1958 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
2070 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
2104 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
H A DSQLiteConnectionPool.java279 public void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnectionPool
436 connection.reconfigure(mConfiguration); // might throw
438 Log.e(TAG, "Failed to reconfigure released connection, closing it: "
628 mAvailablePrimaryConnection.reconfigure(mConfiguration); // might throw
630 Log.e(TAG, "Failed to reconfigure available primary connection, closing it: "
641 connection.reconfigure(mConfiguration); // might throw
643 Log.e(TAG, "Failed to reconfigure available non-primary connection, closing it: "
H A DSQLiteConnection.java412 void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnection
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java254 * myBitmap.reconfigure(...);
263 public void reconfigure(int width, int height, Config config) { method in class:Bitmap
264 checkRecycled("Can't call reconfigure() on a recycled bitmap");
279 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
283 * the view system, see {@link #reconfigure(int, int, Config)} for more
286 * @see #reconfigure(int, int, Config)
291 reconfigure(width, getHeight(), getConfig());
295 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
299 * the view system, see {@link #reconfigure(int, int, Config)} for more
302 * @see #reconfigure(in
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp151 mBitmap->reconfigure(info, bitmap->rowBytes());
H A DGraphics.cpp650 // Here we take advantage of reconfigure() to reset the rowBytes
657 mRecycledBitmap->reconfigure(
H A DBitmap.cpp883 bitmap->bitmap().reconfigure(SkImageInfo::Make(width, height, colorType, alphaType,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareStateManager.java407 reconfigure();
418 reconfigure();
592 * Place a request to reconfigure Aware. No additional input - intended to use current
596 public void reconfigure() { method in class:WifiAwareStateManager
2262 // no clients - Aware is not enabled, nothing to reconfigure
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 115 milliseconds