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

  /packages/apps/Contacts/src/com/android/contacts/widget/
FloatingActionButtonController.java 72 public void setScreenWidth(int screenWidth) {
  /packages/apps/Dialer/java/com/android/contacts/common/widget/
FloatingActionButtonController.java 66 public void setScreenWidth(int screenWidth) {
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Transform.java 113 public void setScreenWidth(double screenWidth) {
114 mViewMatrix.setScreenWidth(screenWidth);
169 t.setScreenWidth(128);
ViewMatrix.java 157 public void setScreenWidth(double screenWidth) {
219 v.setScreenWidth(10);
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
ConfigGenerator.java 71 .setScreenWidth(1080)
86 .setScreenWidth(1200)
101 .setScreenWidth(2560)
116 .setScreenWidth(1920)
131 .setScreenWidth(800)
263 public ConfigGenerator setScreenWidth(int width) {
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
VrView.java 148 mState1.mTransform.setScreenWidth(width);
299 mState1.mTransform.setScreenWidth(.6f * mState1.mTransform.getScreenWidth());

Completed in 103 milliseconds