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

  /packages/apps/Launcher3/tests/src/com/android/launcher3/
InvariantDeviceProfileTest.java 127 landscapeProfile.setSearchBarHeight(LauncherCallbacks.SEARCH_BAR_HEIGHT_NORMAL);
128 portraitProfile.setSearchBarHeight(LauncherCallbacks.SEARCH_BAR_HEIGHT_NORMAL);
161 landscapeProfile.setSearchBarHeight(LauncherCallbacks.SEARCH_BAR_HEIGHT_TALL);
162 portraitProfile.setSearchBarHeight(LauncherCallbacks.SEARCH_BAR_HEIGHT_TALL);
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 432 public void setSearchBarHeight(int searchBarHeight) {
Launcher.java 454 app.getInvariantDeviceProfile().landscapeProfile.setSearchBarHeight(getSearchBarHeight());
455 app.getInvariantDeviceProfile().portraitProfile.setSearchBarHeight(getSearchBarHeight());
    [all...]

Completed in 68 milliseconds