HomeSort by relevance Sort by last modified time
    Searched full:proposedrotation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 435 int proposedRotation;
594 proposedRotation = mProposedRotation;
599 + ", proposedRotation=" + proposedRotation
618 if (proposedRotation != oldProposedRotation && proposedRotation >= 0) {
620 Slog.v(TAG, "Proposed rotation changed! proposedRotation=" + proposedRotation
623 onProposedRotationChanged(proposedRotation);
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 304 self.parse_proposed_rotation = self._get_following_number(line, 'proposedRotation=')

Completed in 1795 milliseconds