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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
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();
  /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/core/java/com/android/server/pm/
PermissionsState.java 650 PermissionState otherState = other.mUserStates.valueAt(i);
651 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/tools/common/bazel/formc-deps/
jps-builders.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.31.CANDIDATE.jar 

Completed in 232 milliseconds