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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
LockscreenFragment.java 355 private final IconState mIconState;
359 mIconState = new IconState();
360 mIconState.isVisible = true;
361 mIconState.drawable = shortcut.icon.loadDrawable(context).mutate();
362 mIconState.contentDescription = mShortcut.label;
365 mIconState.drawable = new ScalingDrawableWrapper(mIconState.drawable,
366 size / (float) mIconState.drawable.getIntrinsicWidth());
367 mIconState.tint = false;
372 return mIconState;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 86 private CreateAssetSetWizardState mIconState;
159 parameters.put(ATTR_COPY_ICONS, mIconState == null);
168 if (mIconState != null) {
170 mIconState.outputName);
174 ConfigureAssetSetPage.generateIcons(mIconState.project,
175 mIconState, false, null);
189 if (mIconState == null) {
194 mIconState = template.getIconState(project);
199 return mIconState;
TemplateMetadata.java 81 private CreateAssetSetWizardState mIconState;
228 if (mIconState == null && !mNoIcons) {
236 mIconState = new CreateAssetSetWizardState();
237 mIconState.project = project;
245 mIconState.type = type;
255 mIconState.outputName = getAttributeOrNull(icon, ATTR_NAME);
256 if (mIconState.outputName != null) {
260 Parameter.Type.STRING, "_iconname", mIconState.outputName); //$NON-NLS-1$
266 mIconState.background = background;
270 mIconState.foreground = foreground
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java     [all...]

Completed in 229 milliseconds