Searched refs:reconfigure (Results 1 - 11 of 11) sorted by relevance
/frameworks/base/libs/hwui/hwui/ |
H A D | Bitmap.h | 72 void reconfigure(const SkImageInfo& info, size_t rowBytes); 73 void reconfigure(const SkImageInfo& info);
|
H A D | Bitmap.cpp | 162 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 D | SQLiteDatabase.java | 854 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 D | SQLiteConnectionPool.java | 279 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 D | SQLiteConnection.java | 412 void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnection
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 254 * 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 D | BitmapFactory.cpp | 151 mBitmap->reconfigure(info, bitmap->rowBytes());
|
H A D | Graphics.cpp | 650 // Here we take advantage of reconfigure() to reset the rowBytes 657 mRecycledBitmap->reconfigure(
|
H A D | Bitmap.cpp | 883 bitmap->bitmap().reconfigure(SkImageInfo::Make(width, height, colorType, alphaType,
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
H A D | WifiAwareStateManager.java | 407 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 D | boot-image-profile.txt | [all...] |
Completed in 115 milliseconds