OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childrenBottom
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
GridView.java
434
private View fillSelection(int childrenTop, int
childrenBottom
) {
461
pinToBottom(
childrenBottom
);
465
final int bottomSelectionPixel = getBottomSelectionPixel(
childrenBottom
,
488
private void pinToBottom(int
childrenBottom
) {
492
final int offset =
childrenBottom
- bottom;
683
* @param
childrenBottom
Last pixel where children can be drawn
686
private View fillFromSelection(int selectedTop, int childrenTop, int
childrenBottom
) {
708
int bottomSelectionPixel = getBottomSelectionPixel(
childrenBottom
, fadingEdgeLength,
736
* @param
childrenBottom
Bottom pixel were children can be drawn
742
private int getBottomSelectionPixel(int
childrenBottom
, int fadingEdgeLength
[
all
...]
ListView.java
762
* @param
childrenBottom
Bottom of the area in which children can be drawn,
766
private View fillFromMiddle(int childrenTop, int
childrenBottom
) {
767
int height =
childrenBottom
- childrenTop;
819
* @param
childrenBottom
Last pixel where children can be drawn
822
private View fillFromSelection(int selectedTop, int childrenTop, int
childrenBottom
) {
830
final int bottomSelectionPixel = getBottomSelectionPixel(
childrenBottom
, fadingEdgeLength,
878
* @param
childrenBottom
Bottom pixel were children can be drawn
883
private int getBottomSelectionPixel(int
childrenBottom
, int fadingEdgeLength,
885
int bottomSelectionPixel =
childrenBottom
;
[
all
...]
AbsListView.java
[
all
...]
Completed in 28 milliseconds