Home
last modified time | relevance | path

Searched refs:reconfigure (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java778 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in reopenReadWrite()
848 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in addCustomFunction()
1763 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in setLocale()
1796 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in setMaxSqlCacheSize()
1843 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in setForeignKeyConstraintsEnabled()
1956 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in enableWriteAheadLogging()
1984 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in disableWriteAheadLogging()
DSQLiteConnectionPool.java254 public void reconfigure(SQLiteDatabaseConfiguration configuration) { in reconfigure() method in SQLiteConnectionPool
396 connection.reconfigure(mConfiguration); // might throw in recycleConnectionLocked()
544 mAvailablePrimaryConnection.reconfigure(mConfiguration); // might throw in reconfigureAllConnectionsLocked()
557 connection.reconfigure(mConfiguration); // might throw in reconfigureAllConnectionsLocked()
DSQLiteConnection.java399 void reconfigure(SQLiteDatabaseConfiguration configuration) { in reconfigure() method in SQLiteConnection
/frameworks/base/graphics/java/android/graphics/
DBitmap.java208 public void reconfigure(int width, int height, Config config) { in reconfigure() method in Bitmap
238 reconfigure(width, getHeight(), getConfig()); in setWidth()
254 reconfigure(getWidth(), height, getConfig()); in setHeight()
270 reconfigure(getWidth(), getHeight(), config); in setConfig()
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd373 …roup} that contains the views you want to change. Then add, remove, or reconfigure the target view…
394 …underlying bitmap allocation. The {@link android.graphics.Bitmap#reconfigure reconfigure()} method…
396 <p>However, you should not reconfigure a bitmap that's currently used by the view system, because t…
/frameworks/base/api/
Dcurrent.txt8937 method public void reconfigure(int, int, android.graphics.Bitmap.Config);