OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showTransientIndication
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java
128
public void
showTransientIndication
(int transientIndication) {
129
showTransientIndication
(mContext.getResources().getString(transientIndication));
135
public void
showTransientIndication
(String transientIndication) {
136
showTransientIndication
(transientIndication, Color.WHITE);
142
public void
showTransientIndication
(String transientIndication, int textColor) {
255
showTransientIndication
(helpString, errorColor);
282
showTransientIndication
(errString, errorColor);
297
showTransientIndication
(mMessageToShowOnScreenOn, errorColor);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java
398
mIndicationController.
showTransientIndication
(
PhoneStatusBar.java
[
all
...]
Completed in 3866 milliseconds