OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWithinCurrentMonth
(Results
1 - 22
of
22
) sorted by null
/frameworks/base/core/java/android/util/
DayOfMonthCursor.java
77
if (
isWithinCurrentMonth
(mRow, mColumn)) {
101
if (
isWithinCurrentMonth
(mRow - 1, mColumn)) {
109
while(!
isWithinCurrentMonth
(mRow, mColumn)) {
121
if (
isWithinCurrentMonth
(mRow + 1, mColumn)) {
129
while (!
isWithinCurrentMonth
(mRow, mColumn)) {
148
if (
isWithinCurrentMonth
(mRow, mColumn)) {
173
if (
isWithinCurrentMonth
(mRow, mColumn)) {
181
while (!
isWithinCurrentMonth
(mRow, mColumn)) {
MonthDisplayHelper.java
179
public boolean
isWithinCurrentMonth
(int row, int column) {
/packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java
79
if (
isWithinCurrentMonth
(mRow, mColumn)) {
103
if (
isWithinCurrentMonth
(mRow - 1, mColumn)) {
111
while(!
isWithinCurrentMonth
(mRow, mColumn)) {
123
if (
isWithinCurrentMonth
(mRow + 1, mColumn)) {
131
while (!
isWithinCurrentMonth
(mRow, mColumn)) {
150
if (
isWithinCurrentMonth
(mRow, mColumn)) {
175
if (
isWithinCurrentMonth
(mRow, mColumn)) {
183
while (!
isWithinCurrentMonth
(mRow, mColumn)) {
/cts/tests/tests/util/src/android/util/cts/
MonthDisplayHelperTest.java
188
assertFalse(mHelper.
isWithinCurrentMonth
(-1, 3));
189
assertFalse(mHelper.
isWithinCurrentMonth
(6, 3));
190
assertFalse(mHelper.
isWithinCurrentMonth
(2, -1));
191
assertFalse(mHelper.
isWithinCurrentMonth
(2, 7));
194
assertFalse(mHelper.
isWithinCurrentMonth
(0, 5));
197
assertFalse(mHelper.
isWithinCurrentMonth
(5, 1));
200
assertTrue(mHelper.
isWithinCurrentMonth
(0, 6));
203
assertTrue(mHelper.
isWithinCurrentMonth
(5, 0));
/frameworks/base/core/tests/coretests/src/android/util/
MonthDisplayHelperTest.java
183
assertFalse(helper.
isWithinCurrentMonth
(-1, 3));
184
assertFalse(helper.
isWithinCurrentMonth
(6, 3));
185
assertFalse(helper.
isWithinCurrentMonth
(2, -1));
186
assertFalse(helper.
isWithinCurrentMonth
(2, 7));
189
assertFalse(helper.
isWithinCurrentMonth
(0, 5));
192
assertFalse(helper.
isWithinCurrentMonth
(5, 1));
195
assertTrue(helper.
isWithinCurrentMonth
(0, 6));
198
assertTrue(helper.
isWithinCurrentMonth
(5, 0));
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/25/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/system_23/
android.jar
/prebuilts/tools/common/api-versions/android-1/
android.jar
/prebuilts/tools/common/api-versions/android-2/
android.jar
/prebuilts/tools/common/api-versions/android-3/
android.jar
Completed in 405 milliseconds