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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 71 ExpandableViewState viewState = mStateMap.get(view);
72 if (viewState == null) {
73 viewState = view.createNewViewState(this);
74 mStateMap.put(view, viewState);
77 viewState.height = view.getIntrinsicHeight();
78 viewState.gone = view.getVisibility() == View.GONE;
79 viewState.alpha = 1f;
80 viewState.shadowAlpha = 1f;
81 viewState.notGoneIndex = -1;
82 viewState.xTranslation = view.getTranslationX()
    [all...]
StackStateAnimator.java 129 ExpandableViewState viewState = finalState.getViewStateForView(child);
130 if (viewState == null || child.getVisibility() == View.GONE
131 || applyWithoutAnimation(child, viewState, finalState)) {
135 initAnimationProperties(finalState, child, viewState);
136 viewState.animateTo(child, mAnimationProperties);
149 ExpandableViewState viewState) {
152 adaptDurationWhenGoingToFullShade(child, viewState, wasAdded);
155 && (viewState.yTranslation != child.getTranslationY()
156 || viewState.zTranslation != child.getTranslationZ()
157 || viewState.alpha != child.getAlpha(
    [all...]
ViewState.java 41 public class ViewState {
124 public void copyFrom(ViewState viewState) {
125 alpha = viewState.alpha;
126 xTranslation = viewState.xTranslation;
127 yTranslation = viewState.yTranslation;
128 zTranslation = viewState.zTranslation;
129 gone = viewState.gone;
130 hidden = viewState.hidden;
131 scaleX = viewState.scaleX
    [all...]
NotificationChildrenContainer.java 76 private ViewState mGroupOverFlowState;
90 private ViewState mHeaderViewState;
377 mGroupOverFlowState = new ViewState();
620 mHeaderViewState = new ViewState();
674 ViewState tmpState = new ViewState();
683 ExpandableViewState viewState = state.getViewStateForView(child);
684 viewState.applyToView(child);
689 tmpState.yTranslation = viewState.yTranslation - mDividerHeight;
690 float alpha = mChildrenExpanded && viewState.alpha != 0 ? 0.5f : 0
    [all...]
StackScrollAlgorithm.java 210 ExpandableViewState viewState = resultState.getViewStateForView(
214 viewState.shadowAlpha = 1;
215 viewState.hidden = false;
220 ExpandableViewState viewState = resultState.getViewStateForView(draggedView);
222 viewState.alpha = draggedView.getAlpha();
323 ExpandableViewState viewState = resultState.getViewStateForView(v);
324 viewState.notGoneIndex = notGoneIndex;
ExpandableViewState.java 33 public class ExpandableViewState extends ViewState {
116 public void copyFrom(ViewState viewState) {
117 super.copyFrom(viewState);
118 if (viewState instanceof ExpandableViewState) {
119 ExpandableViewState svs = (ExpandableViewState) viewState;
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/services/autofill/java/com/android/server/autofill/
Session.java 32 import static com.android.server.autofill.ViewState.STATE_AUTOFILLED;
33 import static com.android.server.autofill.ViewState.STATE_RESTARTED_SESSION;
89 * <p>This class manages the multiple {@link ViewState}s for each view it has, and keeps track
90 * of the current {@link ViewState} to display the appropriate UI.
98 final class Session implements RemoteFillService.FillServiceCallbacks, ViewState.Listener,
126 private final ArrayMap<AutofillId, ViewState> mViewStates = new ArrayMap<>();
254 final ViewState viewState = mViewStates.valueAt(i);
259 Slog.v(TAG, "fillStructureWithAllowedValues(): no node for " + viewState.id);
264 final AutofillValue currentValue = viewState.getCurrentValue()
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 240 int viewState;
249 viewState = View.VISIBLE;
252 viewState = View.INVISIBLE;
255 showView(viewState);
PhotoThumbnailFragment.java 269 public void onHiddenChanged(boolean viewState) {
270 super.onHiddenChanged(viewState);
  /frameworks/base/core/java/android/util/
StateSet.java 87 final int viewState = R.styleable.ViewDrawableStates[i];
89 if (VIEW_STATE_IDS[j] == viewState) {
90 orderedIds[i * 2] = viewState;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 427 visDockStates.get(i).viewState.draw(canvas);
435 Drawable d = visDockStates.get(i).viewState.dockAreaOverlay;
462 true /* isDefaultDockState */, TaskStack.DockState.NONE.viewState.dockAreaAlpha,
463 TaskStack.DockState.NONE.viewState.hintTextAlpha,
480 true /* isDefaultDockState */, TaskStack.DockState.NONE.viewState.dockAreaAlpha,
481 TaskStack.DockState.NONE.viewState.hintTextAlpha,
739 TaskStack.DockState.ViewState viewState = dockState.viewState;
742 viewState.startAnimation(null, 0, 0, TaskStackView.SLOW_SYNC_STACK_DURATION
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 102 IMemento viewState;
235 this.viewState = memento;
381 if (this.viewState != null) {
382 Boolean state = this.viewState.getBoolean(IPerformancesConstants.PRE_FULL_LINE_SELECTION);
PerformancesView.java 140 IMemento viewState;
424 this.viewState = memento;
603 if (this.viewState != null) {
604 Boolean filterBaselinesState = this.viewState.getBoolean(IPerformancesConstants.PRE_FILTER_BASELINE_BUILDS);
ComponentsView.java 382 if (this.viewState == null) {
386 String dir = this.viewState.getString(IPerformancesConstants.PRE_WRITE_RESULTS_DIR);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 295 public static class ViewState {
296 private static final IntProperty<ViewState> HINT_ALPHA =
297 new IntProperty<ViewState>("drawableAlpha") {
299 public void setValue(ViewState object, int alpha) {
305 public Integer get(ViewState object) {
323 private ViewState(int areaAlpha, int hintAlpha, @TextOrientation int hintOrientation,
433 public final ViewState viewState;
452 this.viewState = new ViewState(dockAreaAlpha, hintTextAlpha, hintTextOrientation
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1134 milliseconds