public void addSoftKeyBoardListener(final Activity activity){
//android 11以上通過監(jiān)聽動(dòng)畫計(jì)算系統(tǒng)鍵盤高度
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
invokeAbove31(activity);
return;
}
SoftKeyBoardListener.setListener(activity,new SoftKeyBoardListener.OnSoftKeyBoardChangeListener() {
@Override
public void keyBoardShow(final int height) {
mHandler.postDelayed(new Runnable() {
@Override
public void run() {
int virtualBarHeight = GetNotConsistentHeight() - getNavigationBarHeight(activity);
sendKeyBoardChangeMsg(1,Math.max(virtualBarHeight, height));
Log.d("invokeAbove31","keyBoardShow virtualBarHeight:"+virtualBarHeight+",height:"+height);
}
}, 300);
}
@Override
public void keyBoardHide(int height) {
sendKeyBoardChangeMsg(0,height);
Log.d("invokeAbove31","keyBoardHide :height:"+height);
}
});
}
public void sendKeyBoardChangeMsg(int showFlag,int height){
JSONObject theJSonParam = new JSONObject();
try {
theJSonParam.put("showFlag",showFlag);
theJSonParam.put("height",height);
theJSonParam.put("density", getDensity());
//發(fā)消息通知顯示隱藏系統(tǒng)鍵盤
//sendMsg(KEY_TdxSysKeyBoardStateChange,theJSonParam.toString());
} catch (JSONException e) {
e.printStackTrace();
}
}
int height;
@RequiresApi(api = 30)
private void invokeAbove31(Activity activity) {
activity.getWindow().getDecorView().setWindowInsetsAnimationCallback(new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
@NonNull
@Override
public WindowInsets onProgress(@NonNull WindowInsets windowInsets, @NonNull List<WindowInsetsAnimation> list) {
int imeHeight = windowInsets.getInsets(WindowInsetsCompat.Type.ime()).bottom;
int navHeight = windowInsets.getInsets(WindowInsetsCompat.Type.navigationBars()).bottom;
boolean hasNavigationBar = windowInsets.isVisible(WindowInsetsCompat.Type.navigationBars()) &&
windowInsets.getInsets(WindowInsetsCompat.Type.navigationBars()).bottom > 0;
height = hasNavigationBar ? Math.max(imeHeight - navHeight, 0) : imeHeight;
return windowInsets;
}
@Override
public void onEnd(@NonNull WindowInsetsAnimation animation) {
super.onEnd(animation);
// 鍵盤彈起height>0 鍵盤收起height == 0
sendKeyBoardChangeMsg(height > 0 ? 1 : 0,height);
}
});
}
public int GetNotConsistentHeight()//有些虛擬鍵在某些情況下導(dǎo)致高度不一致 影響布局
{
if(getWindow()==null||getWindow().getDecorView()==null)
return 0;
int height = 0;
Rect frame = new Rect();
getWindow().getDecorView().getWindowVisibleDisplayFrame(frame);
int fromToBottomHeight = frame.bottom;
int screenHeigh = getHeightDpi();
height = screenHeigh - fromToBottomHeight;
return height;
}
/**
* 獲取虛擬按鍵的高度
*/
public int getNavigationBarHeight(Activity activity) {
int result = 0;
if (hasNavBar(activity)) {
Resources res = activity.getResources();
int resourceId = res.getIdentifier("navigation_bar_height", "dimen", "android");
if (resourceId > 0) {
result = res.getDimensionPixelSize(resourceId);
}
}
return result;
}
public float getDensity(){
// 獲取當(dāng)前Activity的DisplayMetrics對(duì)象
DisplayMetrics displayMetrics = new DisplayMetrics();
getWindowManager().getDefaultDisplay().getMetrics(displayMetrics);
// 從DisplayMetrics中獲取density
return displayMetrics.density;
}
適配Android11鍵盤的高度
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
- 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來讹躯,“玉大人菩彬,你說我怎么就攤上這事〕碧荩” “怎么了骗灶?”我有些...
- 文/不壞的土叔 我叫張陵,是天一觀的道長秉馏。 經(jīng)常有香客問我耙旦,道長,這世上最難降的妖魔是什么萝究? 我笑而不...
- 正文 為了忘掉前任免都,我火速辦了婚禮,結(jié)果婚禮上帆竹,老公的妹妹穿的比我還像新娘绕娘。我一直安慰自己,他們只是感情好栽连,可當(dāng)我...
- 文/花漫 我一把揭開白布险领。 她就那樣靜靜地躺著,像睡著了一般秒紧。 火紅的嫁衣襯著肌膚如雪绢陌。 梳的紋絲不亂的頭發(fā)上,一...
- 文/蒼蘭香墨 我猛地睜開眼机杜,長吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來了衅谷?” 一聲冷哼從身側(cè)響起椒拗,我...
- 序言:老撾萬榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后蚀苛,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體在验,經(jīng)...
- 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
- 正文 我和宋清朗相戀三年堵未,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了腋舌。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
- 正文 年R本政府宣布,位于F島的核電站世落,受9級(jí)特大地震影響淮腾,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜屉佳,卻給世界環(huán)境...
- 文/蒙蒙 一谷朝、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧忘古,春花似錦徘禁、人聲如沸。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽娘荡。三九已至干旁,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間炮沐,已是汗流浹背争群。 一陣腳步聲響...
- 正文 我出身青樓,卻偏偏與公主長得像翔试,于是被迫代替她去往敵國和親轻要。 傳聞我的和親對(duì)象是個(gè)殘疾皇子,可洞房花燭夜當(dāng)晚...
推薦閱讀更多精彩內(nèi)容
- 1.先添加對(duì)鍵盤的監(jiān)聽 當(dāng)系統(tǒng)消息出現(xiàn)UIKeyboardWillShowNotification和UIKeybo...
- 雖然最新的鍵盤不再使用keyboardview開發(fā)垦缅,但是以前的代碼還是要維護(hù)冲泥,現(xiàn)在接了一個(gè)任務(wù) ,要完成pad的適...
- 最近在項(xiàng)目中嚼酝,需要獲取到軟鍵盤的高度浮还,再將底部的布局上移鍵盤的高度,話不多說闽巩,直接上代碼: 鍵盤的打開與關(guān)閉操作:...
- Android 軟鍵盤高度獲取 概述 在Android開發(fā)中,有時(shí)候我們需要獲取軟鍵盤的高度六敬,以便進(jìn)行相應(yīng)的布局調(diào)...
- #pragma mark - reg & unreg notification - (void)regNotifi...