OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSearchBarBounds
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java
222
public Rect
getSearchBarBounds
() {
Launcher.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
448
Rect
getSearchBarBounds
() {
449
return
getSearchBarBounds
(isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
452
Rect
getSearchBarBounds
(int orientation) {
513
Rect searchBarBounds =
getSearchBarBounds
(orientation);
[
all
...]
SearchDropTargetBar.java
230
public Rect
getSearchBarBounds
() {
Launcher.java
[
all
...]
Completed in 219 milliseconds