OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentShowing
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java
113
boolean
currentShowing
= isShowing();
114
if (showing.getAndSet(
currentShowing
) !=
currentShowing
){
115
if (
currentShowing
){
121
return
currentShowing
;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java
439
int
currentShowing
= getCurrentItemShowing();
442
boolean allowFineGrained = !forceToVisibleValue && (
currentShowing
== MINUTE_INDEX);
450
if (
currentShowing
== HOUR_INDEX) {
461
if (
currentShowing
== HOUR_INDEX) {
471
} else if (degrees == 360 &&
currentShowing
== MINUTE_INDEX) {
476
if (
currentShowing
== HOUR_INDEX && mIs24HourMode && !isInnerCircle && degrees != 0) {
[
all
...]
Completed in 527 milliseconds