OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minCellsAt
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
ActionMenuView.java
255
long
minCellsAt
= 0; // Bit locations are indices of relevant child views
267
minCellsAt
= 1 << i;
270
minCellsAt
|= 1 << i;
276
smallestItemsAt |=
minCellsAt
;
286
if ((
minCellsAt
& (1 << i)) == 0) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java
256
long
minCellsAt
= 0; // Bit locations are indices of relevant child views
268
minCellsAt
= 1 << i;
271
minCellsAt
|= 1 << i;
277
smallestItemsAt |=
minCellsAt
;
287
if ((
minCellsAt
& (1 << i)) == 0) {
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 40 milliseconds