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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 302 public final int hintTextAlpha;
318 hintTextAlpha = hintAlpha;
435 DockState(int dockSide, int createMode, int dockAreaAlpha, int hintTextAlpha,
440 this.viewState = new ViewState(dockAreaAlpha, hintTextAlpha, hintTextOrientation,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 465 TaskStack.DockState.NONE.viewState.hintTextAlpha,
482 TaskStack.DockState.NONE.viewState.hintTextAlpha,
749 : viewState.hintTextAlpha;
    [all...]

Completed in 74 milliseconds