OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numpadkey
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/packages/Keyguard/res/layout/
keyguard_num_pad_key.xml
20
style="@style/Widget.TextView.
NumPadKey
"
26
style="@style/Widget.TextView.
NumPadKey
.Klondike"
keyguard_pin_view.xml
90
<com.android.keyguard.
NumPadKey
98
<com.android.keyguard.
NumPadKey
106
<com.android.keyguard.
NumPadKey
122
<com.android.keyguard.
NumPadKey
130
<com.android.keyguard.
NumPadKey
138
<com.android.keyguard.
NumPadKey
154
<com.android.keyguard.
NumPadKey
162
<com.android.keyguard.
NumPadKey
170
<com.android.keyguard.
NumPadKey
191
<com.android.keyguard.
NumPadKey
[
all
...]
keyguard_sim_pin_view.xml
95
<com.android.keyguard.
NumPadKey
103
<com.android.keyguard.
NumPadKey
111
<com.android.keyguard.
NumPadKey
126
<com.android.keyguard.
NumPadKey
134
<com.android.keyguard.
NumPadKey
142
<com.android.keyguard.
NumPadKey
157
<com.android.keyguard.
NumPadKey
165
<com.android.keyguard.
NumPadKey
173
<com.android.keyguard.
NumPadKey
193
<com.android.keyguard.
NumPadKey
[
all
...]
keyguard_sim_puk_view.xml
96
<com.android.keyguard.
NumPadKey
104
<com.android.keyguard.
NumPadKey
112
<com.android.keyguard.
NumPadKey
127
<com.android.keyguard.
NumPadKey
135
<com.android.keyguard.
NumPadKey
143
<com.android.keyguard.
NumPadKey
158
<com.android.keyguard.
NumPadKey
166
<com.android.keyguard.
NumPadKey
174
<com.android.keyguard.
NumPadKey
194
<com.android.keyguard.
NumPadKey
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
NumPadKey.java
33
public class
NumPadKey
extends ViewGroup {
49
final View v =
NumPadKey
.this.getRootView().findViewById(mTextViewResId);
65
public
NumPadKey
(Context context) {
69
public
NumPadKey
(Context context, AttributeSet attrs) {
73
public
NumPadKey
(Context context, AttributeSet attrs, int defStyle) {
77
protected
NumPadKey
(Context context, AttributeSet attrs, int defStyle, int contentResource) {
81
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
NumPadKey
);
/frameworks/base/packages/Keyguard/res/values/
styles.xml
22
<style name="Widget.TextView.
NumPadKey
" parent="@android:style/Widget.TextView">
31
<style name="Widget.TextView.
NumPadKey
.Klondike" parent="Widget.TextView.
NumPadKey
">
attrs.xml
28
<declare-styleable name="
NumPadKey
">
Completed in 209 milliseconds