HomeSort by relevance Sort by last modified time
    Searched refs:otherState (Results 1 - 24 of 24) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ProgressTransformState.java 30 protected boolean sameAs(TransformState otherState) {
31 if (otherState instanceof ProgressTransformState) {
34 return super.sameAs(otherState);
CustomInterpolatorTransformation.java 48 TransformState otherState = notification.getCurrentState(mViewType);
49 if (otherState == null) {
54 ownState.transformViewFullyTo(otherState, this, transformationAmount);
55 otherState.recycle();
69 TransformState otherState = notification.getCurrentState(mViewType);
70 if (otherState == null) {
75 ownState.transformViewFullyFrom(otherState, this, transformationAmount);
76 otherState.recycle();
ActionListTransformState.java 34 protected boolean sameAs(TransformState otherState) {
35 return otherState instanceof ActionListTransformState;
47 public void transformViewFullyFrom(TransformState otherState, float transformationAmount) {
52 public void transformViewFullyTo(TransformState otherState, float transformationAmount) {
TransformState.java 67 * @param otherState the state to transform from
70 public void transformViewFrom(TransformState otherState, float transformationAmount) {
72 if (sameAs(otherState)) {
82 transformViewFullyFrom(otherState, transformationAmount);
85 public void transformViewFullyFrom(TransformState otherState, float transformationAmount) {
86 transformViewFrom(otherState, TRANSFORM_ALL, null, transformationAmount);
89 public void transformViewFullyFrom(TransformState otherState,
92 transformViewFrom(otherState, TRANSFORM_ALL, customTransformation, transformationAmount);
95 public void transformViewVerticalFrom(TransformState otherState,
98 transformViewFrom(otherState, TRANSFORM_Y, customTransformation, transformationAmount)
    [all...]
HybridNotificationView.java 84 TransformState otherState = notification.getCurrentState(
87 if (otherState != null) {
88 ownState.transformViewVerticalTo(otherState, transformationAmount);
89 otherState.recycle();
98 TransformState otherState = notification.getCurrentState(
101 if (otherState != null) {
102 ownState.transformViewVerticalFrom(otherState, transformationAmount);
103 otherState.recycle();
NotificationTemplateViewWrapper.java 62 TransformState otherState = notification.getCurrentState(
66 if (otherState != null) {
67 ownState.transformViewVerticalTo(otherState, this,
69 otherState.recycle();
76 TransformState otherState) {
77 float endY = getTransformationY(ownState, otherState);
88 TransformState otherState = notification.getCurrentState(
92 if (otherState != null) {
93 ownState.transformViewVerticalFrom(otherState, this,
95 otherState.recycle()
    [all...]
ImageTransformState.java 50 protected boolean sameAs(TransformState otherState) {
51 if (super.sameAs(otherState)) {
54 if (otherState instanceof ImageTransformState) {
55 return mIcon != null && mIcon.sameAs(((ImageTransformState) otherState).getIcon());
119 protected boolean transformScale(TransformState otherState) {
TextViewTransformState.java 44 protected boolean sameAs(TransformState otherState) {
45 if (super.sameAs(otherState)) {
48 if (otherState instanceof TextViewTransformState) {
49 TextViewTransformState otherTvs = (TextViewTransformState) otherState;
92 protected boolean transformScale(TransformState otherState) {
93 if (!(otherState instanceof TextViewTransformState)) {
96 TextViewTransformState otherTvs = (TextViewTransformState) otherState;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java 115 TransformState otherState = notification.getCurrentState(viewType);
116 if (otherState != null) {
117 ownState.transformViewTo(otherState, transformationAmount);
118 otherState.recycle();
172 TransformState otherState = notification.getCurrentState(viewType);
173 if (otherState != null) {
174 ownState.transformViewFrom(otherState, transformationAmount);
175 otherState.recycle();
287 * @param otherState the other state
291 TransformState otherState) {
    [all...]
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpClient.java 598 public WaitBeforeStartState(State otherState) {
600 mOtherState = otherState;
605 public WaitBeforeRenewalState(State otherState) {
607 mOtherState = otherState;
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PermissionsState.java 662 PermissionState otherState = other.mUserStates.valueAt(i);
663 mUserStates.put(otherUserId, new PermissionState(otherState));
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java 228 final PackageState otherState = versions.valueAt(iv);
229 final int NPROCS = otherState.mProcesses.size();
230 final int NSRVS = otherState.mServices.size();
232 ProcessState otherProc = otherState.mProcesses.valueAt(iproc);
251 ServiceState otherSvc = otherState.mServices.valueAt(isvc);
    [all...]
  /prebuilts/tools/common/uast/1.0/
uast-common-1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-alpha4/
uast-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-alpha5/
uast-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-alpha6/
uast-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-alpha7/
uast-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-alpha9/
uast-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-beta1/
uast-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-beta2/
uast-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-beta6/
uast-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/26.0.0-beta7/
uast-26.0.0-beta7.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 

Completed in 249 milliseconds