Home
last modified time | relevance | path

Searched defs:setFeatureInt (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DMockWindow.java167 public void setFeatureInt(int i, int i1) { in setFeatureInt() method in MockWindow
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1564 public final void setFeatureInt(int featureId, int value) { in setFeatureInt() method in PhoneWindow
/frameworks/base/core/java/android/view/
DWindow.java1646 public abstract void setFeatureInt(int featureId, int value); in setFeatureInt() method in Window