Home
last modified time | relevance | path

Searched refs:KeyguardSliceTextView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java166 KeyguardSliceTextView button = mRow.findViewWithTag(itemTag); in showSlice()
168 button = new KeyguardSliceTextView(mContext); in showSlice()
267 if (child instanceof KeyguardSliceTextView) { in onDensityOrFontScaleChanged()
268 ((KeyguardSliceTextView) child).onDensityOrFontScaleChanged(); in onDensityOrFontScaleChanged()
276 if (child instanceof KeyguardSliceTextView) { in onOverlayChanged()
277 ((KeyguardSliceTextView) child).onOverlayChanged(); in onOverlayChanged()
297 private Set<KeyguardSliceTextView> mKeyguardSliceTextViewSet = new HashSet();
371 if (child instanceof KeyguardSliceTextView) { in onMeasure()
372 ((KeyguardSliceTextView) child).setMaxWidth(Integer.MAX_VALUE); in onMeasure()
403 if (view instanceof KeyguardSliceTextView) { in addView()
[all …]