OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iconified
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c
1182
int
iconified
;
local
1184
/* Is window
iconified
? */
1185
iconified
= 0;
1188
iconified
= wind_pxy[0];
1196
if (
iconified
&& GEM_icon) {
/frameworks/base/core/java/android/widget/
SearchView.java
72
* needs to be set to
iconified
by default using {@link #setIconifiedByDefault(boolean)
422
// If it is not
iconified
, then give the focus to the text field
487
* the text field is programmatically de-
iconified
.
559
* if the default state is
iconified
, then it collapses to that state when the close button
564
* @param
iconified
whether the search field should be
iconified
by default
568
public void setIconifiedByDefault(boolean
iconified
) {
569
if (mIconifiedByDefault ==
iconified
) return;
570
mIconifiedByDefault =
iconified
;
571
updateViewsVisibility(
iconified
);
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java
453
// If it is not
iconified
, then give the focus to the text field
518
* the text field is programmatically de-
iconified
.
590
* if the default state is
iconified
, then it collapses to that state when the close button
595
* @param
iconified
whether the search field should be
iconified
by default
599
public void setIconifiedByDefault(boolean
iconified
) {
600
if (mIconifiedByDefault ==
iconified
) return;
601
mIconifiedByDefault =
iconified
;
602
updateViewsVisibility(
iconified
);
607
* Returns the default
iconified
state of the search field
[
all
...]
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
Completed in 60 milliseconds