OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTopSelectionPixel
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
GridView.java
452
final int topSelectionPixel =
getTopSelectionPixel
(childrenTop, fadingEdgeLength, rowStart);
707
int topSelectionPixel =
getTopSelectionPixel
(childrenTop, fadingEdgeLength, rowStart);
760
private int
getTopSelectionPixel
(int childrenTop, int fadingEdgeLength, int rowStart) {
[
all
...]
ListView.java
828
final int topSelectionPixel =
getTopSelectionPixel
(childrenTop, fadingEdgeLength,
900
private int
getTopSelectionPixel
(int childrenTop, int fadingEdgeLength, int selectedPosition) {
[
all
...]
Completed in 616 milliseconds