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

  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayWindow.java 237 float offsetScale = (scale / mWindowScale - 1.0f) * 0.5f;
240 int x = (int)(mWindowX + mLiveTranslationX - width * offsetScale);
241 int y = (int)(mWindowY + mLiveTranslationY - height * offsetScale);
247 + ", offsetScale=" + offsetScale
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 322 float offsetScale = (scale / mWindowScale - 1.0f) * 0.5f;
325 int x = (int)(mWindowX + mLiveTranslationX - width * offsetScale);
326 int y = (int)(mWindowY + mLiveTranslationY - height * offsetScale);
332 + ", offsetScale=" + offsetScale
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 322 float offsetScale = (scale / mWindowScale - 1.0f) * 0.5f;
325 int x = (int)(mWindowX + mLiveTranslationX - width * offsetScale);
326 int y = (int)(mWindowY + mLiveTranslationY - height * offsetScale);
332 + ", offsetScale=" + offsetScale
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 335 float offsetScale = (scale / mWindowScale - 1.0f) * 0.5f;
338 int x = (int)(mWindowX + mLiveTranslationX - width * offsetScale);
339 int y = (int)(mWindowY + mLiveTranslationY - height * offsetScale);
345 + ", offsetScale=" + offsetScale
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
OverlayDisplayWindow.java 322 float offsetScale = (scale / mWindowScale - 1.0f) * 0.5f;
325 int x = (int)(mWindowX + mLiveTranslationX - width * offsetScale);
326 int y = (int)(mWindowY + mLiveTranslationY - height * offsetScale);
332 + ", offsetScale=" + offsetScale
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]

Completed in 308 milliseconds