Searched refs:TextClock (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardClockSwitchTest.java | 39 import android.widget.TextClock; 65 private TextClock mBigClock; 69 TextClock mClockView; 83 mBigClock = new TextClock(getContext()); in setUp() 92 TextClock pluginView = new TextClock(getContext()); in onPluginConnected_showPluginClock() 130 when(plugin1.getView()).thenReturn(new TextClock(getContext())); in onPluginConnected_showSecondPluginClock() 134 when(plugin2.getView()).thenReturn(new TextClock(getContext())); in onPluginConnected_showSecondPluginClock() 155 TextClock pluginView = new TextClock(getContext()); in onPluginDisconnected_showDefaultClock() 174 TextClock pluginView = new TextClock(getContext()); in onPluginDisconnected_hidePluginBigClock() 199 when(plugin1.getView()).thenReturn(new TextClock(getContext())); in onPluginDisconnected_secondOfTwoDisconnected() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | TextClock.java | 94 public class TextClock extends TextView { class 207 public TextClock(Context context) { in TextClock() method in TextClock 224 public TextClock(Context context, AttributeSet attrs) { in TextClock() method in TextClock 239 public TextClock(Context context, AttributeSet attrs, int defStyleAttr) { in TextClock() method in TextClock 243 public TextClock(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TextClock() method in TextClock 247 attrs, R.styleable.TextClock, defStyleAttr, defStyleRes); in TextClock() 248 saveAttributeDataForStyleable(context, R.styleable.TextClock, in TextClock()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SplitClockView.java | 28 import android.widget.TextClock; 38 private TextClock mTimeView; 39 private TextClock mAmPmView;
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
D | BubbleClockController.java | 26 import android.widget.TextClock; 75 private TextClock mLockClock; 97 mLockClock = (TextClock) mLockClockContainer.findViewById(R.id.lock_screen_clock); in createViews()
|
D | AnalogClockController.java | 26 import android.widget.TextClock; 75 private TextClock mLockClock;
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardClockSwitch.java | 25 import android.widget.TextClock; 90 private TextClock mClockView; 96 private TextClock mClockViewBold;
|
/frameworks/base/config/ |
D | hiddenapi-greylist.txt | 1080 Lcom/android/internal/R$styleable;->TextClock:[I
|
/frameworks/base/api/ |
D | test-current.txt | 3562 @android.widget.RemoteViews.RemoteView public class TextClock extends android.widget.TextView {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |