HomeSort by relevance Sort by last modified time
    Searched defs:reconfigure (Results 1 - 14 of 14) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
SizeStrategy.java 9 * A strategy for reusing bitmaps that relies on {@link Bitmap#reconfigure(int, int, Bitmap.Config)}. Requires KitKat
43 result.reconfigure(width, height, config);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 102 RECONFIGURE,
254 public void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnectionPool
316 // Reconfigure the database connections in place.
394 if (status == AcquiredConnectionStatus.RECONFIGURE) {
396 connection.reconfigure(mConfiguration); // might throw
398 Log.e(TAG, "Failed to reconfigure released connection, closing it: "
544 mAvailablePrimaryConnection.reconfigure(mConfiguration); // might throw
546 Log.e(TAG, "Failed to reconfigure available primary connection, closing it: "
557 connection.reconfigure(mConfiguration); // might throw
559 Log.e(TAG, "Failed to reconfigure available non-primary connection, closing it:
    [all...]
SQLiteConnection.java 399 void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnection
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 218 public void reconfigure(int width, int height, Config config) { method in class:Bitmap
219 checkRecycled("Can't call reconfigure() on a recycled bitmap");
237 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
241 * the view system, see {@link #reconfigure(int, int, Config)} for more
244 * @see #reconfigure(int, int, Config)
249 reconfigure(width, getHeight(), getConfig()); method
253 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
257 * the view system, see {@link #reconfigure(int, int, Config)} for more
260 * @see #reconfigure(int, int, Config)
265 reconfigure(getWidth(), height, getConfig())
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 401 // Test pre-reconfigure, hasAlpha false and true
403 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888);
408 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888);
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 1167 bool reconfigure = gsc_src_cfg_changed(src_cfg, gsc_data->src_cfg) || local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 3055 milliseconds