OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hintalpha
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java
319
private ViewState(int areaAlpha, int
hintAlpha
, @TextOrientation int hintOrientation,
324
hintTextAlpha =
hintAlpha
;
372
public void startAnimation(Rect bounds, int areaAlpha, int
hintAlpha
, int duration,
391
if (mHintTextAlpha !=
hintAlpha
) {
394
hintAlpha
);
396
anim.setInterpolator(
hintAlpha
> mHintTextAlpha
401
mHintTextAlpha =
hintAlpha
;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java
738
int
hintAlpha
= overrideHintAlpha != -1
750
viewState.startAnimation(bounds, areaAlpha,
hintAlpha
,
[
all
...]
Completed in 69 milliseconds