OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFocusedOutlineColor
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java
53
private int
mFocusedOutlineColor
;
100
mFocusedOutlineColor
= mFocusedGlowColor = mPressedOutlineColor = mPressedGlowColor =
161
mTempCanvas, mFocusedGlowColor,
mFocusedOutlineColor
);
206
mFocusedOutlineColor
= mFocusedGlowColor = mPressedOutlineColor = mPressedGlowColor = color;
/packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java
53
private int
mFocusedOutlineColor
;
84
mFocusedOutlineColor
= mFocusedGlowColor = mPressedOutlineColor = mPressedGlowColor =
143
mTempCanvas, mFocusedGlowColor,
mFocusedOutlineColor
);
Completed in 485 milliseconds