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

  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
PreFillQueue.java 1 package com.bumptech.glide.load.engine.prefill;
PreFillType.java 1 package com.bumptech.glide.load.engine.prefill;
110 * Constructor for a builder that uses the given size as the width and height of the Bitmaps to prefill.
111 * @param size The width and height in pixels of the Bitmaps to prefill.
118 * Constructor for a builder that uses the given dimensions as the dimensions of the Bitmaps to prefill.
119 * @param width The width in pixels of the Bitmaps to prefill.
120 * @param height The height in pixels of the Bitmaps to prefill.
BitmapPreFiller.java 1 package com.bumptech.glide.load.engine.prefill;
34 public void preFill(PreFillType.Builder... bitmapAttributeBuilders) {
BitmapPreFillRunner.java 1 package com.bumptech.glide.load.engine.prefill;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
PasswordInputWizardFragment.java 56 private static final String EXTRA_PREFILL = "prefill";
62 String title, String description, String prefill, boolean obfuscate) {
67 args.putString(EXTRA_PREFILL, prefill);
98 final String prefill = args.getString(EXTRA_PREFILL); local
125 if (prefill != null) {
126 mTextInput.setText(prefill);
TextInputWizardFragment.java 67 private static final String EXTRA_PREFILL = "prefill";
70 String title, String description, int inputType, String prefill) {
76 args.putString(EXTRA_PREFILL, prefill);
105 String prefill = args.getString(EXTRA_PREFILL); local
135 if (prefill != null) {
136 mTextInput.setText(prefill);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
FormPageDisplayer.java 217 final String prefill = lastPage != null && !TextUtils.isEmpty(lastPage.getDataSummary()) local
223 prefill);
  /external/glide/library/src/main/java/com/bumptech/glide/
Glide.java 23 import com.bumptech.glide.load.engine.prefill.BitmapPreFiller;
24 import com.bumptech.glide.load.engine.prefill.PreFillType;
339 * {@link com.bumptech.glide.load.engine.prefill.PreFillType.Builder Builders} representing
343 bitmapPreFiller.preFill(bitmapAttributeBuilders);
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /external/libopus/src/
opus_encoder.c 949 int prefill=0; local
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_Blur.S     [all...]
rsCpuIntrinsics_neon_Blur.S     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 2254 milliseconds