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

  /packages/apps/Launcher3/tests/src/com/android/launcher3/
InvariantDeviceProfileTest.java 129 Rect portraitBounds = portraitProfile.getSearchBarBounds(true); // RTL shouldn't matter.
132 Rect landscapeBounds = landscapeProfile.getSearchBarBounds(true); // RTL shouldn't matter.
163 Rect portraitBounds = portraitProfile.getSearchBarBounds(true); // RTL shouldn't matter.
166 Rect landscapeBounds = landscapeProfile.getSearchBarBounds(true); // RTL shouldn't matter.
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 287 Rect searchBarBounds = getSearchBarBounds(Utilities.isRtl(res));
297 public Rect getSearchBarBounds(boolean isLayoutRtl) {
331 Rect searchBarBounds = getSearchBarBounds(isLayoutRtl);
453 Rect searchBarBounds = getSearchBarBounds(isLayoutRtl);
SearchDropTargetBar.java 234 public Rect getSearchBarBounds() {
Launcher.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java 222 public Rect getSearchBarBounds() {
Launcher.java     [all...]

Completed in 933 milliseconds