/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | TransformableView.java | 38 TransformState getCurrentState(int fadingView); method in interface:TransformableView
|
H A D | ViewTransformationHelper.java | 60 public TransformState getCurrentState(int fadingView) { method in class:ViewTransformationHelper 109 TransformState ownState = getCurrentState(viewType); 117 TransformState otherState = notification.getCurrentState(viewType); 166 TransformState ownState = getCurrentState(viewType); 174 TransformState otherState = notification.getCurrentState(viewType); 192 TransformState ownState = getCurrentState(viewType); 202 TransformState ownState = getCurrentState(viewType);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | HybridNotificationView.java | 80 TransformState otherState = notification.getCurrentState( 94 TransformState otherState = notification.getCurrentState( 126 public TransformState getCurrentState(int fadingView) { method in class:HybridNotificationView 127 return mTransformationHelper.getCurrentState(fadingView);
|
H A D | NotificationHeaderViewWrapper.java | 210 public TransformState getCurrentState(int fadingView) { method in class:NotificationHeaderViewWrapper 211 return mTransformationHelper.getCurrentState(fadingView);
|
H A D | NotificationViewWrapper.java | 107 public TransformState getCurrentState(int fadingView) { method in class:NotificationViewWrapper
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
H A D | CdmaInboundSmsHandlerTest.java | 92 private IState getCurrentState() { method in class:CdmaInboundSmsHandlerTest 94 Method method = StateMachine.class.getDeclaredMethod("getCurrentState"); 170 assertEquals("StartupState", getCurrentState().getName()); 176 assertEquals("IdleState", getCurrentState().getName()); 196 assertEquals("WaitingState", getCurrentState().getName()); 204 assertEquals("WaitingState", getCurrentState().getName()); 209 assertEquals("IdleState", getCurrentState().getName()); 227 assertEquals("IdleState", getCurrentState().getName());
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DcControllerTest.java | 94 private IState getCurrentState() { method in class:DcControllerTest 96 Method method = StateMachine.class.getDeclaredMethod("getCurrentState"); 131 assertEquals("DccDefaultState", getCurrentState().getName());
|
H A D | DataConnectionTest.java | 246 private IState getCurrentState() throws Exception { method in class:DataConnectionTest 247 Method method = StateMachine.class.getDeclaredMethod("getCurrentState"); 274 assertEquals("DcInactiveState", getCurrentState().getName()); 303 assertEquals("DcActiveState", getCurrentState().getName()); 320 assertEquals("DcInactiveState", getCurrentState().getName());
|
/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/ |
H A D | Lifecycle.java | 112 public abstract State getCurrentState(); method in class:Lifecycle
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiControllerTest.java | 74 private IState getCurrentState() throws Exception { method in class:WifiControllerTest 75 Method method = StateMachine.class.getDeclaredMethod("getCurrentState"); 145 assertEquals("StaDisabledState", getCurrentState().getName()); 150 assertEquals("DeviceActiveState", getCurrentState().getName()); 502 assertEquals("EcmState", getCurrentState().getName()); 694 assertEquals("EcmState", getCurrentState().getName()); 718 assertEquals("EcmState", getCurrentState().getName()); 744 assertEquals("EcmState", getCurrentState().getName()); 764 assertEquals("DeviceActiveState", getCurrentState().getName()); 777 assertEquals("DeviceActiveState", getCurrentState() [all...] |
H A D | WifiStateMachineTest.java | 256 private IState getCurrentState() throws method in class:WifiStateMachineTest 258 Method method = StateMachine.class.getDeclaredMethod("getCurrentState"); 559 assertEquals("DefaultState", getCurrentState().getName()); 563 assertEquals("DefaultState", getCurrentState().getName()); 569 assertEquals("DisconnectedState", getCurrentState().getName()); 575 assertEquals("DefaultState", getCurrentState().getName()); 581 assertEquals("DefaultState", getCurrentState().getName()); 588 assertEquals("DefaultState", getCurrentState().getName()); 594 assertEquals("DisconnectedState", getCurrentState().getName()); 604 assertEquals("DefaultState", getCurrentState() [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | GsmInboundSmsHandlerTest.java | 122 private IState getCurrentState() { method in class:GsmInboundSmsHandlerTest 124 Method method = StateMachine.class.getDeclaredMethod("getCurrentState"); 197 assertEquals("StartupState", getCurrentState().getName()); 203 assertEquals("IdleState", getCurrentState().getName()); 212 assertEquals("WaitingState", getCurrentState().getName()); 221 assertEquals("WaitingState", getCurrentState().getName()); 226 assertEquals("IdleState", getCurrentState().getName()); 249 assertEquals("IdleState", getCurrentState().getName()); 266 assertEquals("IdleState", getCurrentState().getName()); 275 assertEquals("WaitingState", getCurrentState() [all...] |
/frameworks/support/lifecycle/runtime/src/main/java/androidx/lifecycle/ |
H A D | LifecycleRegistry.java | 231 public State getCurrentState() { method in class:LifecycleRegistry
|
/frameworks/base/core/java/com/android/internal/util/ |
H A D | StateMachine.java | 1150 private final IState getCurrentState() { method in class:StateMachine.SmHandler 1392 public final IState getCurrentState() { method in class:StateMachine 1396 return smh.getCurrentState(); 1563 smh.mLogRecords.add(this, smh.getCurrentMessage(), string, smh.getCurrentState(), 2079 pw.println("curState=" + getCurrentState().getName()); 2088 state = mSmHandler.getCurrentState().getName().toString();
|
/frameworks/native/services/surfaceflinger/ |
H A D | Layer.h | 533 inline const State& getCurrentState() const { return mCurrentState; } function in class:android::Layer 534 inline State& getCurrentState() { return mCurrentState; } function in class:android::Layer
|
/frameworks/opt/setupwizard/tools/docs/ |
H A D | jsilver.jar | META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ... |