OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PasswordTextView
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java
51
public class
PasswordTextView
extends View {
103
public
PasswordTextView
(Context context) {
107
public
PasswordTextView
(Context context, AttributeSet attrs) {
111
public
PasswordTextView
(Context context, AttributeSet attrs, int defStyleAttr) {
115
public
PasswordTextView
(Context context, AttributeSet attrs, int defStyleAttr,
120
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
PasswordTextView
);
327
event.setClassName(
PasswordTextView
.class.getName());
347
info.setClassName(
PasswordTextView
.class.getName());
535
* com.android.keyguard.
PasswordTextView
#TEXT_VISIBILITY_DURATION}.
KeyguardPinBasedInputView.java
31
protected
PasswordTextView
mPasswordEntry;
173
mPasswordEntry = (
PasswordTextView
) findViewById(getPasswordTextViewId());
179
mPasswordEntry.setUserActivityListener(new
PasswordTextView
.UserActivityListener() {
NumPadKey.java
38
private
PasswordTextView
mTextView;
49
if (v != null && v instanceof
PasswordTextView
) {
50
mTextView = (
PasswordTextView
) v;
Completed in 157 milliseconds