Home
last modified time | relevance | path

Searched refs:TRANSPARENT (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DLeaveBehindItem.java66 private static final float TRANSPARENT = 0.0f; field in LeaveBehindItem
121 mSwipeableContent.setAlpha(TRANSPARENT); in bind()
183 if (mSwipeableContent.getAlpha() > TRANSPARENT) { in setTextAlpha()
208 final float start = TRANSPARENT; in startFadeInTextAnimation()
211 view.setAlpha(TRANSPARENT); in startFadeInTextAnimation()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseContentFragment.java56 return buildArgs(title, null, null, 0, null, null, Color.TRANSPARENT); in buildArgs()
60 return buildArgs(title, breadcrumb, description, 0, null, null, Color.TRANSPARENT); in buildArgs()
77 return buildArgs(title, breadcrumb, description, 0, null, iconBitmap, Color.TRANSPARENT); in buildArgs()
130 if (mIconBackgroundColor == Color.TRANSPARENT) { in onCreate()
131 mIconBackgroundColor = state.getInt(EXTRA_ICON_BACKGROUND, Color.TRANSPARENT); in onCreate()
183 if (iconBackground != Color.TRANSPARENT) { in onCreateView()
DContentFragment.java45 return newInstance(title, null, null, 0, Color.TRANSPARENT); in newInstance()
50 return newInstance(title, breadcrumb, description, 0, Color.TRANSPARENT); in newInstance()
55 return newInstance(title, breadcrumb, description, iconResourceId, Color.TRANSPARENT); in newInstance()
69 return newInstance(title, breadcrumb, description, iconResourceUri, Color.TRANSPARENT); in newInstance()
DDialogActivity.java117 Color.TRANSPARENT, actions); in createIntent()
137 return createIntent(context, title, breadcrumb, description, imageUri, Color.TRANSPARENT, in createIntent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DDialogFragment.java106 private int mIconBackgroundColor = Color.TRANSPARENT;
202 private int mIconBackgroundColor = Color.TRANSPARENT;
233 if (mIconBackgroundColor == Color.TRANSPARENT) { in onCreate()
234 mIconBackgroundColor = state.getInt(EXTRA_CONTENT_ICON_BACKGROUND, Color.TRANSPARENT); in onCreate()
430 if (mIconBackgroundColor != Color.TRANSPARENT) { in setContentView()
DSettingsLayoutFragment.java108 private int mIconBackgroundColor = Color.TRANSPARENT;
189 private int mIconBackgroundColor = Color.TRANSPARENT;
246 mIconBackgroundColor = state.getInt(EXTRA_CONTENT_ICON_BACKGROUND, Color.TRANSPARENT); in onCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java50 private static final int TRANSPARENT = 0x0B; field in BluetoothMapAppParams
250 case TRANSPARENT: in ParseParams()
460 appParamBuf.put((byte) TRANSPARENT); in EncodeParams()
/packages/apps/Settings/src/com/android/settings/
DSetupWizardUtils.java95 window.setNavigationBarColor(Color.TRANSPARENT); in setImmersiveMode()
96 window.setStatusBarColor(Color.TRANSPARENT); in setImmersiveMode()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DTransitionImage.java59 private int mBackground = Color.TRANSPARENT;
348 if (mUseClippedRectOnTransparent && mBackground == Color.TRANSPARENT) { in getOptimizedRect()
DTransitionImageView.java150 if (mSrcBgColor != Color.TRANSPARENT) { in initializeView()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java291 bgColorValues[0] = Color.TRANSPARENT; in initializeAllPreferences()
356 colorValue = Color.TRANSPARENT; in parseColorOpacity()
DEdgeTypePreference.java35 private static final int DEFAULT_BACKGROUND_COLOR = Color.TRANSPARENT;
DToggleFeaturePreferenceFragment.java171 getListView().setSelector(new ColorDrawable(Color.TRANSPARENT)); in onProcessArguments()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java255 commitTextWithBackgroundColor(text, newCursorPosition, Color.TRANSPARENT, text.length()); in commitText()
284 if (color == Color.TRANSPARENT) { in commitTextWithBackgroundColor()
/packages/apps/FMRadio/src/com/android/fmradio/views/
DFmVisualizerView.java149 canvas.drawColor(Color.TRANSPARENT); in onDraw()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureTrailsDrawingPreview.java98 paint.setColor(Color.TRANSPARENT); in drawGestureTrails()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DAppWidgetManagerCompatVL.java132 bitmap.eraseColor(Color.TRANSPARENT); in getBadgeBitmap()
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
DAbstractAvatarDrawable.java73 mBorderPaint.setColor(Color.TRANSPARENT); in AbstractAvatarDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/
DHolographicOutlineHelper.java187 mCanvas.drawColor(Color.TRANSPARENT, PorterDuff.Mode.CLEAR); in createMediumDropShadow()
/packages/apps/Calendar/src/com/android/calendar/
DStickyHeaderListView.java390 mDummyHeader.setBackgroundColor(Color.TRANSPARENT); in setChildViews()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DTextDecoratorUi.java77 mLocalRootView.setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT)); in TextDecoratorUi()
DKeyboardView.java425 paint.setColor(Color.TRANSPARENT); in onDrawKeyTopVisuals()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java2183 Color.TRANSPARENT, newComposingText.length()); in setComposingTextInternal()
2205 if (backgroundColor == Color.TRANSPARENT) { in setComposingTextInternalWithBackgroundColor()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTiledTexture.java249 sPaint.setColor(Color.TRANSPARENT); in prepareResources()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java537 v.setBackgroundColor(Color.TRANSPARENT); in onTouchCanceled()

12